Question:
I have a need to test for 3 or more conditions in a spreadsheet exif(a=1 and @if( b=2 and @if( c=3, then "x", else "y")).
Also have a need to test conditions within a range of #'s
ex: @if(a>20 and @if(a<=25,then x, else y))
Any help would be greatly appreciated.
I have a need to test for 3 or more conditions in a spreadsheet exif(a=1 and @if( b=2 and @if( c=3, then "x", else "y")).
Also have a need to test conditions within a range of #'s
ex: @if(a>20 and @if(a<=25,then x, else y))
Any help would be greatly appreciated.