I am using Power Automate Desktop and wanting to add a formula in to 1 of the cells of a worksheet. I currently have it opening the excel worksheet, but when i do a "Write to Excel Worksheet" action, i get an error "'IF' is an unknown or unsupported function". I know I can do formulas, so not sure what i am doing wrong. The formula is
=IF(ISBLANK(F2),"N/A", IF(H2<F2, "Yes","No"))
Thanks