Hi I have a table of data I need to check if one cell is =>1500 and another cell is =>15 to give a result
IF D15>500000 AND [@[No of days]]=>14 then ON
I have tried the following but just get an error
=IF((D15>500000) AND ([@[No of days]]=>14), "ON","OFF")
any help appreciated
Mike
Bookmarks