So... I have a worksheet that some parts of it came from Power Query and others parts are columns that I created manually. Nevertheless, all the sheet is only one table. Ok. The thing is in some columns I have put some formulas, but eventually, I need to put manual data, but when I refresh the query some columns return de formula and others do not (????). It doesn't make any sense. There's no specific difference between them. I tried to take the formula as range, like that:
before:
=IF(SUMIFS(BS_Boletos!F:F;BS_Boletos!A:A;**[@ID]**;BS_Boletos!G:G;"")=0;"";SUMIFS(BS_Boletos!F:F;BS_Boletos!A:A;**[@ID]**;BS_Boletos!G:G;""))
after:
=IF(SUMIFS(BS_Boletos!F:F;BS_Boletos!A:A;**C3**;BS_Boletos!G:G;"")=0;"";SUMIFS(BS_Boletos!F:F;BS_Boletos!A:A;**C3**;BS_Boletos!G:G;""))
But still the same.
I've kind of found one video on Youtube that, but it does not work.
When I fill the table with data, this data will disappear when refreshing the table: how can I refresh the query without losing the manual data?
Someone can help me with that?