Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
M2 M2 is offline
external usenet poster
 
Posts: 3
Default format a cell with a formula so an empty reference cell shows blan

I'm using the WORKDAY function. My formula is =WORKDAY(A1,10) to add 10
working days after the date an order is entered to show the due date. How do
I keep the cells showing up blank until an order date is entered?

Thank you,

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 618
Default format a cell with a formula so an empty reference cell shows blan

=IF(A1="","",WORKDAY(A1,10))
--
David Biddulph

"M2" wrote in message
...
I'm using the WORKDAY function. My formula is =WORKDAY(A1,10) to add 10
working days after the date an order is entered to show the due date. How
do
I keep the cells showing up blank until an order date is entered?

Thank you,



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 213
Default format a cell with a formula so an empty reference cell shows blan

I'm using the WORKDAY function. My formula is =WORKDAY(A1,10) to add
10 working days after the date an order is entered to show the due
date. How do I keep the cells showing up blank until an order date is
entered?


One way:
=IF(A1="","",WORKDAY(A1,10))
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,090
Default format a cell with a formula so an empty reference cell shows blan

If (A1="",''",your formula)
HTH Otto
"M2" wrote in message
...
I'm using the WORKDAY function. My formula is =WORKDAY(A1,10) to add 10
working days after the date an order is entered to show the due date. How
do
I keep the cells showing up blank until an order date is entered?

Thank you,



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
Format Issue DS Excel Worksheet Functions 4 October 13th 06 01:20 AM
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
How do I leave formula cell blank if 2nd reference cell is empty? Liana S Excel Discussion (Misc queries) 2 October 21st 05 04:38 PM
Empty Cells, Spaces, Cond Format? Ken Excel Discussion (Misc queries) 3 December 4th 04 04:47 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


All times are GMT +1. The time now is 08:12 AM.

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"