B
Bilyana Gavrilova
Hi,
I am trying to create a formula...it used to be an IF statement, but now I
need 8 statements and Excel takes up to 7...
Here is what I am trying to create:
IF e1<0 and g1="PC" to result 1020
IF e1>=0 and g1="PC" to result 1021
IF e1<0 and g1="VN" to result 1022
IF e1>=0 and g1="VN" to result 1023
IF e1<0 and g1="BG" to result 1024
IF e1>=0 and g1="BG" to result 1025
IF e1<0 and g1<>"PC",<>"VN",<>"BG" to result 1026
IF e1>=0 and g1=<>"PC",<>"VN",<>"BG" to result 1027
When using the IF and AND function with 7 statements my old formula worked
and now I am trying to find a new way to get the same results.
Any help would be greatly appreciated.
Thank you,
Bilyana Gavrilova
I am trying to create a formula...it used to be an IF statement, but now I
need 8 statements and Excel takes up to 7...
Here is what I am trying to create:
IF e1<0 and g1="PC" to result 1020
IF e1>=0 and g1="PC" to result 1021
IF e1<0 and g1="VN" to result 1022
IF e1>=0 and g1="VN" to result 1023
IF e1<0 and g1="BG" to result 1024
IF e1>=0 and g1="BG" to result 1025
IF e1<0 and g1<>"PC",<>"VN",<>"BG" to result 1026
IF e1>=0 and g1=<>"PC",<>"VN",<>"BG" to result 1027
When using the IF and AND function with 7 statements my old formula worked
and now I am trying to find a new way to get the same results.
Any help would be greatly appreciated.
Thank you,
Bilyana Gavrilova