C
CherylH
I need to create an IF statement and need some help! I am building a table
and I need to look at the "status" column in order to insert the appropriate
value in the following column.
Here is what I want my IF statement to do (in English)!:
IF cell E2 = "Not Started", place a "1" in this cell
IF cell E2 = "Active", place a "2" in this cell
IF cell E2 = "Transferred", place a "3" in this cell
IF cell E2 = "Completed", place a "4" in this cell
otherwise, keep <blank>
Now, I need this same thing to occur with all the cells that are populated
in column E - so, I would need the same "IF" statement to apply to "E3, E4,
etc". IS there a way I can copy the actual formula and it will automatically
change to reflect the appropriate column number?
Any help would be appreciated!
and I need to look at the "status" column in order to insert the appropriate
value in the following column.
Here is what I want my IF statement to do (in English)!:
IF cell E2 = "Not Started", place a "1" in this cell
IF cell E2 = "Active", place a "2" in this cell
IF cell E2 = "Transferred", place a "3" in this cell
IF cell E2 = "Completed", place a "4" in this cell
otherwise, keep <blank>
Now, I need this same thing to occur with all the cells that are populated
in column E - so, I would need the same "IF" statement to apply to "E3, E4,
etc". IS there a way I can copy the actual formula and it will automatically
change to reflect the appropriate column number?
Any help would be appreciated!