Hi,
I actually want to use an if statement that will do something according the Scenario in POV.
It didn't seem easy to me so I put the value of Scenario in a text cell.
Now, I have in Cell[1,A] the value "Forecast" or "Budget".
I tried two different variations:
a) IfThen([1,A]="Forecast",1,2) [with simple or double quotes --> Error] It seems that it can compare numbers only
b) IfThen(GetCell("grid8",1,A,current)="Forecast"1,1,2) --> Error (Unrecognized character Getcell)
Any help would be highly appreciated
Nikos