Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I am trying, quite unsuccessfully I might add, to have a warning pop up if a cell is left blank, but only if there is any typing in another specific cell. Example: -------------------------------------------------------------------------------------- Describe the information given: ________________________________________________ Was this useful? Yes: __ No: __ -Please select yes or no- -------------------------------------------------------------------------------------- In this example, had there been a response given to the question, but with no yes or no response, the -Please select... -message would appear below the yes/no line. Thanks -- Maxemily |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Maxemily --
If you want some language to appear if there's an entry in cell A1, try: =if(A1<"","some language","") "Maxemily" wrote: I am trying, quite unsuccessfully I might add, to have a warning pop up if a cell is left blank, but only if there is any typing in another specific cell. Example: -------------------------------------------------------------------------------------- Describe the information given: ________________________________________________ Was this useful? Yes: __ No: __ -Please select yes or no- -------------------------------------------------------------------------------------- In this example, had there been a response given to the question, but with no yes or no response, the -Please select... -message would appear below the yes/no line. Thanks -- Maxemily |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Blank (empty) cell always equal to 0?? | Excel Discussion (Misc queries) | |||
Return of blank cell if lookup fails | Excel Worksheet Functions | |||
Setting Purely BLANK Cell | Excel Worksheet Functions | |||
Replace null string with blank cell | Excel Discussion (Misc queries) | |||
Look for change next blank cell in Range | Excel Worksheet Functions |