Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,101
Default How to supress result (39411) of Fn =TODAY()-J1 when J1 is blank

Hi there,

I am trying to find # of days as =today()-cell J1. When J1 is not populated
the cell displays 39411. Is there a way to suppress display when cell value
is not entered
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 751
Default How to supress result (39411) of Fn =TODAY()-J1 when J1 is blank

=IF(J1="","",TODAY()-J1)

HTH
Kostis Vezerides

On Nov 25, 8:38 pm, Mike wrote:
Hi there,

I am trying to find # of days as =today()-cell J1. When J1 is not populated
the cell displays 39411. Is there a way to suppress display when cell value
is not entered


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default How to supress result (39411) of Fn =TODAY()-J1 when J1 is blank

=IF(J1="","",TODAY()-J1)
--
David Biddulph

"Mike" wrote in message
...
Hi there,

I am trying to find # of days as =today()-cell J1. When J1 is not
populated
the cell displays 39411. Is there a way to suppress display when cell
value
is not entered



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default How to supress result (39411) of Fn =TODAY()-J1 when J1 is blank

Try this:

=IF(J1="","",TODAY()-J1)



--
Biff
Microsoft Excel MVP


"Mike" wrote in message
...
Hi there,

I am trying to find # of days as =today()-cell J1. When J1 is not
populated
the cell displays 39411. Is there a way to suppress display when cell
value
is not entered



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
Show blank when today() is within a certain date range Sarah (OGI) Excel Worksheet Functions 3 May 18th 07 01:31 PM
Supress (blank) in pivottable wacNTN Excel Discussion (Misc queries) 1 September 28th 06 10:19 PM
How to make the Result of a TODAY Function static? kscramm Excel Worksheet Functions 11 March 23rd 06 08:17 AM
IF result blank Micayla Bergen Excel Discussion (Misc queries) 1 August 16th 05 03:12 AM
Lookup and compare to (today) + time and get result matteo Excel Discussion (Misc queries) 0 June 16th 05 07:43 PM


All times are GMT +1. The time now is 10:56 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"