eferna02
2013-05-16 13:53:38 UTC
I need the formula for the following scenario
If Cell A is equal to 0 then grab cell B, But If Cell A is not equal to 0 then grab Cell A
I've tried the following when the A1 has a number that is not 0.. it grabs A1
IF(A1=0,B1,A1)
But when A1 is 0 it still grabs A instead of grabbing B