Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do I do this:
=IF(cell A1 does not equal "apple"),... Thank you. -- David P. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Like this:
=if(a1<"apple",...) Regards, Fred. "David P." wrote in message ... How do I do this: =IF(cell A1 does not equal "apple"),... Thank you. -- David P. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Fri, 12 Dec 2008 15:48:01 -0800, David P.
wrote: How do I do this: =IF(cell A1 does not equal "apple"),... Thank you. Try this =IF(A1<"apple", something, somethingelse) replace something and somethingelse with the the results you expect for the different cases. Hope this helps / Lars-Åke |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Enter this anywhere other than A1
=IF(A1<"apple","A1 is not equal to apple","A1 contains apple") "David P." wrote: How do I do this: =IF(cell A1 does not equal "apple"),... Thank you. -- David P. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can I make cell "yes" equal 1, "no" equal 0 | Excel Discussion (Misc queries) | |||
Fomula where one cell is equal to the other cell content & format | Excel Discussion (Misc queries) | |||
How to point to (select) a cell to the left from a cell where I enter the = equal sign? | Excel Discussion (Misc queries) | |||
Addition to Turn cell red if today is greater or equal to date in cell | New Users to Excel | |||
Turn cell red if today is greater or equal to date in cell | New Users to Excel |