Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 989
Default Cell reads "Value" without an entry

d5 formula is =E5-14 (E5 is a date)

If there is no entry in d5 it reads "Value"

Is there a way for D5 to be just a white cell, without the "value"

Thank you
Mark
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Cell reads "Value" without an entry

Your description is not quite clear
Maybe you meant to do this,
in D5: =IF(ISNUMBER(E5),E5-14,"")
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:23,000 Files:370 Subscribers:66
xdemechanik
---
"Mark" wrote:
d5 formula is =E5-14 (E5 is a date)
If there is no entry in d5 it reads "Value"
Is there a way for D5 to be just a white cell, without the "value"


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Cell reads "Value" without an entry

E5 is a date

Try this:

=IF(N(E5),E5-14,"")

--
Biff
Microsoft Excel MVP


"Mark" wrote in message
...
d5 formula is =E5-14 (E5 is a date)

If there is no entry in d5 it reads "Value"

Is there a way for D5 to be just a white cell, without the "value"

Thank you
Mark



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 989
Default Cell reads "Value" without an entry

Dang you guys are good. I just wish there was a proper way to Thank you.

Thank you.

Mark

"Max" wrote:

Your description is not quite clear
Maybe you meant to do this,
in D5: =IF(ISNUMBER(E5),E5-14,"")
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:23,000 Files:370 Subscribers:66
xdemechanik
---
"Mark" wrote:
d5 formula is =E5-14 (E5 is a date)
If there is no entry in d5 it reads "Value"
Is there a way for D5 to be just a white cell, without the "value"


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 989
Default Cell reads "Value" without an entry

Yes this works. and it solves the last of my problems today. You experts are
diamonds in the rough. Thanks for helping us that struggle.

Mark

"T. Valko" wrote:

E5 is a date


Try this:

=IF(N(E5),E5-14,"")

--
Biff
Microsoft Excel MVP


"Mark" wrote in message
...
d5 formula is =E5-14 (E5 is a date)

If there is no entry in d5 it reads "Value"

Is there a way for D5 to be just a white cell, without the "value"

Thank you
Mark






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Cell reads "Value" without an entry

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"Mark" wrote in message
...
Yes this works. and it solves the last of my problems today. You experts
are
diamonds in the rough. Thanks for helping us that struggle.

Mark

"T. Valko" wrote:

E5 is a date


Try this:

=IF(N(E5),E5-14,"")

--
Biff
Microsoft Excel MVP


"Mark" wrote in message
...
d5 formula is =E5-14 (E5 is a date)

If there is no entry in d5 it reads "Value"

Is there a way for D5 to be just a white cell, without the "value"

Thank you
Mark






  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Cell reads "Value" without an entry

Welcome, Mark
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:23,000 Files:370 Subscribers:66
xdemechanik
---
"Mark" wrote in message
...
Dang you guys are good. I just wish there was a proper way to 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
Formula to confirm entry in Col "C" is valid for data in Col "A" VAPCMD Excel Discussion (Misc queries) 2 January 2nd 09 07:58 PM
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
How do I Make a "IF" formula where it reads between 2 sets of numb B Fresh Excel Discussion (Misc queries) 2 May 15th 08 05:11 PM
When I input "25:03" as a time, it reads "1:03" Darryl_Neeley Excel Discussion (Misc queries) 9 September 26th 07 09:20 PM
Is there a formula thet reads (If A2=A1,"",INSERT PAGE BREAK) ? Gentleman Excel Discussion (Misc queries) 3 October 9th 06 05:25 PM


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