Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If the If test is false I want to leave the contents of a cell the same, If it is true I want to change the cell contents. I have no problem withe the true condition but I don't know how to enter the false condition.
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You don't need a False condition if no changes are to be made.
IF test = True Then Cell= "Whatever" Mike F "Jim Robinson" wrote in message ... If the If test is false I want to leave the contents of a cell the same, If it is true I want to change the cell contents. I have no problem withe the true condition but I don't know how to enter the false condition. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF Statement Problem | Excel Discussion (Misc queries) | |||
Problem with IF Statement | Excel Worksheet Functions | |||
IF Statement Problem | Excel Worksheet Functions | |||
IF Statement problem | New Users to Excel | |||
I have an "IF"Statement problem...please help!! | Excel Worksheet Functions |