Hi ,
can I get a help to resolve below issue. From below table i want to get data in such a manner. if column 2 is blank then I want to get data from 3 column other wise from column 1.
And I tried below formula but it does not work
IF ISNULL([COLUMN2])THEN[COLUMN3] OTHERWISE[COLUMN1] endif.
Thanks
Rojan