Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am still learning and I am trying to do the following if possible:
If J4 I4, then is it possible for the word alert or stop to appear in this formula cell? All help is greatly appreciated. Thank you |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
yes it is;
=IF(J4 I4,"Alert","") -- Gary "lynne" wrote in message ... I am still learning and I am trying to do the following if possible: If J4 I4, then is it possible for the word alert or stop to appear in this formula cell? All help is greatly appreciated. Thank you |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes, try
=IF(J4I4, "ALERT", "OK") "lynne" wrote: I am still learning and I am trying to do the following if possible: If J4 I4, then is it possible for the word alert or stop to appear in this formula cell? All help is greatly appreciated. Thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Regression Leverage Formula (Jerry W. Lewis or Mike Middleton)already have DFITS formula | Excel Worksheet Functions | |||
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible | Excel Discussion (Misc queries) | |||
copy formula down a column and have cell references change within formula | New Users to Excel | |||
Formula expected end of statement error, typing formula into cell as part of VBA macro | Excel Programming | |||
Commenting custom formula fields/formula on formula editor | Excel Programming |