![]() |
Formula help!
Hi
I'm need a formula in cell C9 that does the following: If D9 is blank then C9 is blank If D9 is not blank and F9 is blank then I need C9 to display a message "You must enter a number is E9" If D9 is not blank and E9 is not blank, then C9 is blank. Any help is greatly appreciated!! Thanks in advance Kimberly |
=IF(D9="","",IF(E9="","You must enter a number is E9",""))
Vaya con Dios, Chuck, CABGx3 "KimberlyC" wrote in message ... Hi I'm need a formula in cell C9 that does the following: If D9 is blank then C9 is blank If D9 is not blank and F9 is blank then I need C9 to display a message "You must enter a number is E9" If D9 is not blank and E9 is not blank, then C9 is blank. Any help is greatly appreciated!! Thanks in advance Kimberly |
One way:
=IF(D9="","",IF(E9="","You must enter a number in E9","")) (I assume that F9 was a typo.) In article , "KimberlyC" wrote: Hi I'm need a formula in cell C9 that does the following: If D9 is blank then C9 is blank If D9 is not blank and F9 is blank then I need C9 to display a message "You must enter a number is E9" If D9 is not blank and E9 is not blank, then C9 is blank. Any help is greatly appreciated!! Thanks in advance Kimberly |
All times are GMT +1. The time now is 04:20 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com