Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Hiding a cell with a formula.

I have the following formula: =WORKDAY(A56,5,Due!$H$1376:$H$1390)

If column A has a value, then the column with the formula returns a date.
However, if column A does not yet have a value (but will in the future) then
the column with the formula returns with 01/06/00. How can I get the column
with the formula to remain blank if there is not yet a value in column A?

Thanks!!

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Hiding a cell with a formula.

Use the IF()..

=IF(A56="","",WORKDAY(A56,5,Due!$H$1376:$H$1390))

If this post helps click Yes
---------------
Jacob Skaria


"BMoran" wrote:

I have the following formula: =WORKDAY(A56,5,Due!$H$1376:$H$1390)

If column A has a value, then the column with the formula returns a date.
However, if column A does not yet have a value (but will in the future) then
the column with the formula returns with 01/06/00. How can I get the column
with the formula to remain blank if there is not yet a value in column A?

Thanks!!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Hiding a cell with a formula.

One way...

=IF(COUNT(A56),WORKDAY(A56,5,Due!$H$1376:$H$1390), "")

--
Biff
Microsoft Excel MVP


"BMoran" wrote in message
...
I have the following formula: =WORKDAY(A56,5,Due!$H$1376:$H$1390)

If column A has a value, then the column with the formula returns a date.
However, if column A does not yet have a value (but will in the future)
then
the column with the formula returns with 01/06/00. How can I get the
column
with the formula to remain blank if there is not yet a value in column A?

Thanks!!



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
hiding formula in cell ljgent Excel Discussion (Misc queries) 2 July 9th 09 05:36 PM
Hiding the error caused by the formula in a cell / column Sasikiran Excel Discussion (Misc queries) 6 September 11th 07 02:18 PM
Hiding the results of a formula generated from a blank cell Will Emms[_2_] Excel Discussion (Misc queries) 4 April 18th 07 05:18 PM
hiding the cell and the formula bar Lou Sanderson Excel Discussion (Misc queries) 2 October 18th 06 09:59 PM
Hiding the value of a formula if 1 cell has a value of zero. duugg Excel Discussion (Misc queries) 5 April 12th 06 01:50 PM


All times are GMT +1. The time now is 08:28 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"