I am trying to create a formula in excel 2007 without using =IF and I am struggling to come up with a solution.
Cell A1 is the input cell and cell b1 is another input cell.
I am creating a table from A5 to a50 starting with A5=1
The formula I am looking for in row B1:B50 is equal to cell A if cell A<=$A$1 and if($b$1=2) otherwise it equals zero.
I got the formula below but I would like to simplify it without using the IF condition:
IF(A5<=$A$1,A5,IF($b$1=2,0,A5))
Thank you
Cell A1 is the input cell and cell b1 is another input cell.
I am creating a table from A5 to a50 starting with A5=1
The formula I am looking for in row B1:B50 is equal to cell A if cell A<=$A$1 and if($b$1=2) otherwise it equals zero.
I got the formula below but I would like to simplify it without using the IF condition:
IF(A5<=$A$1,A5,IF($b$1=2,0,A5))
Thank you