![]() |
If Functions
I have the following statement in H#:
=IF((NOW()+14)G#,"Review",""" The problem is that ocassionally there will be not date in the G colum and I do not want the "Review" to appear in the H colum. How can I change to so that the cell remains empty if there is no date? Thanks for your help. Johnnie |
If Functions
=IF(AND(G10<"",NOW()+14)G10,"Review","")
If this post helps click Yes --------------- Jacob Skaria "Johnnie" wrote: I have the following statement in H#: =IF((NOW()+14)G#,"Review",""" The problem is that ocassionally there will be not date in the G colum and I do not want the "Review" to appear in the H colum. How can I change to so that the cell remains empty if there is no date? Thanks for your help. Johnnie |
If Functions
Hi Johnie,
Try this: =IF(OR(ISBLANK(G1),(NOW()+14)<G1),"","Review") Judith -- Hope this helps "Johnnie" wrote: I have the following statement in H#: =IF((NOW()+14)G#,"Review",""" The problem is that ocassionally there will be not date in the G colum and I do not want the "Review" to appear in the H colum. How can I change to so that the cell remains empty if there is no date? Thanks for your help. Johnnie |
If Functions
Judith,
It works great. Thanks so much! Johnnie "JudithJubilee" wrote: Hi Johnie, Try this: =IF(OR(ISBLANK(G1),(NOW()+14)<G1),"","Review") Judith -- Hope this helps "Johnnie" wrote: I have the following statement in H#: =IF((NOW()+14)G#,"Review",""" The problem is that ocassionally there will be not date in the G colum and I do not want the "Review" to appear in the H colum. How can I change to so that the cell remains empty if there is no date? Thanks for your help. Johnnie |
If Functions
Thanks Jacob.
Johnnie "Jacob Skaria" wrote: =IF(AND(G10<"",NOW()+14)G10,"Review","") If this post helps click Yes --------------- Jacob Skaria "Johnnie" wrote: I have the following statement in H#: =IF((NOW()+14)G#,"Review",""" The problem is that ocassionally there will be not date in the G colum and I do not want the "Review" to appear in the H colum. How can I change to so that the cell remains empty if there is no date? Thanks for your help. Johnnie |
All times are GMT +1. The time now is 07:03 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com