S
Scaparoo
Hi folks, if anyone could help me out with the formula I am trying to
write I'd appreciate it. Basically I have two columns:
If the entry for column A is "y" and column B is blank I'd like a
value of "1" in column C. If the entry for column A is "y" and column
B is "*" then I'd like a value of "3". Lastly, if column A is blank
and column B has a "*" I'd like column C to remain blank:
y and blank = 1
y and * =3
blank and * = blank(or even 0)
I've written the following formula which works except for the last
combination where it still returns a 3:
=IF(B5="*","3",IF(A5="y","1",""))
Does anyone have any suggestions? Thanks!
write I'd appreciate it. Basically I have two columns:
If the entry for column A is "y" and column B is blank I'd like a
value of "1" in column C. If the entry for column A is "y" and column
B is "*" then I'd like a value of "3". Lastly, if column A is blank
and column B has a "*" I'd like column C to remain blank:
y and blank = 1
y and * =3
blank and * = blank(or even 0)
I've written the following formula which works except for the last
combination where it still returns a 3:
=IF(B5="*","3",IF(A5="y","1",""))
Does anyone have any suggestions? Thanks!