ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   return empty string value if cell is blank (https://www.excelbanter.com/excel-discussion-misc-queries/182048-return-empty-string-value-if-cell-blank.html)

Nat

return empty string value if cell is blank
 
I think I understand how to do this but need help with the exact formula. If
I want to do a date function that adds 6 months to a cell value I have added
teh forumula
=DATE(YEAR(E13),MONTH(E13)+6,DAY(E13)), however some of the cells have no
values in the E column yet, so they bring back erroneous information. Can't
I use some sort of an If("", ) statement to only bring back values for cells
which are not empty??

Thanks in advance,

Kevin B

return empty string value if cell is blank
 
The following formula will do the trick:

=IF(ISBLANK(E13),"",DATE(YEAR(E13),MONTH(E13)+6,DA Y(E13)))

Hope this helps.
--
Kevin Backmann


"Nat" wrote:

I think I understand how to do this but need help with the exact formula. If
I want to do a date function that adds 6 months to a cell value I have added
teh forumula
=DATE(YEAR(E13),MONTH(E13)+6,DAY(E13)), however some of the cells have no
values in the E column yet, so they bring back erroneous information. Can't
I use some sort of an If("", ) statement to only bring back values for cells
which are not empty??

Thanks in advance,


Nat

return empty string value if cell is blank
 
That is perfect .. thanks a bunch.

"Kevin B" wrote:

The following formula will do the trick:

=IF(ISBLANK(E13),"",DATE(YEAR(E13),MONTH(E13)+6,DA Y(E13)))

Hope this helps.
--
Kevin Backmann


"Nat" wrote:

I think I understand how to do this but need help with the exact formula. If
I want to do a date function that adds 6 months to a cell value I have added
teh forumula
=DATE(YEAR(E13),MONTH(E13)+6,DAY(E13)), however some of the cells have no
values in the E column yet, so they bring back erroneous information. Can't
I use some sort of an If("", ) statement to only bring back values for cells
which are not empty??

Thanks in advance,



All times are GMT +1. The time now is 07:57 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com