Hi
I use Power automate desktop to write this formula to an excel worksheet "=MAX((A:A<>"")*(ROW(A:A)))" This formula returns the value of the last filled line in column A which in my testcase is 25.
When i manually enter this formula it does indeed return the value 25.
When Power automate does this excel turns the formula above into "=MAX((@A:A<>"")*(@ROW(A:A)))". Those "@" symbols are added by excel and excel claims it does not change the outcome of the formula but in my case this version returns the value 1.
I don't know how to fix this either stopping excel from adding the "@" or fixing the formula so it does work correctly with the "@" are both viable options for me.
Thanks in advance!
Wout