A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Need help with formulae comparing date-based numbers



 
 
Thread Tools Display Modes
  #1  
Old March 16th, 2010, 03:29 PM posted to microsoft.public.excel.worksheet.functions
Dataslinger
external usenet poster
 
Posts: 1
Default Need help with formulae comparing date-based numbers

I'm trying to write a Excel formula that enters an integer value for a cell,
the value representing an age in days. To get this value, I'm comparing
values in two cells. One cell may or may not have a value, but it establishes
the upper limit for the integer value.
The problem is this: I have tried using both the IF and DATEDIF functions,
and neither returns an integer value. Both give me date values, such as:
4/29/1900. (Kudos to the programmer who sent my data aging in reverse;
perhaps Einstein could learn something from this relativity.) The syntax in
my formulas (below) has no defect that I'm aware of. Someone enlighten me.
=DATEDIF(G4,TODAY(),"d")
=IF(J4F4,F4,J4)
F4 is a cell with an integer value, like 120
J4 calculates an integer using DAYS360. (I have also used it in combination
with an IF, and get the same result)
G4 holds a manually entered date value such as 5/1/ 2009
  #2  
Old March 16th, 2010, 03:47 PM posted to microsoft.public.excel.worksheet.functions
RonaldoOneNil
external usenet poster
 
Posts: 345
Default Need help with formulae comparing date-based numbers

Check the format of the cell that contains this formula =IF(J4F4,F4,J4)
If it is set to general you get your integer value, If it is set to date you
get 29/04/1900

"Dataslinger" wrote:

I'm trying to write a Excel formula that enters an integer value for a cell,
the value representing an age in days. To get this value, I'm comparing
values in two cells. One cell may or may not have a value, but it establishes
the upper limit for the integer value.
The problem is this: I have tried using both the IF and DATEDIF functions,
and neither returns an integer value. Both give me date values, such as:
4/29/1900. (Kudos to the programmer who sent my data aging in reverse;
perhaps Einstein could learn something from this relativity.) The syntax in
my formulas (below) has no defect that I'm aware of. Someone enlighten me.
=DATEDIF(G4,TODAY(),"d")
=IF(J4F4,F4,J4)
F4 is a cell with an integer value, like 120
J4 calculates an integer using DAYS360. (I have also used it in combination
with an IF, and get the same result)
G4 holds a manually entered date value such as 5/1/ 2009

  #3  
Old March 16th, 2010, 04:21 PM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default Need help with formulae comparing date-based numbers

Both give me date values, such as: 4/29/1900.

Change the cell format to General or Number and you'll get the integer 120.

--
Biff
Microsoft Excel MVP


"Dataslinger" wrote in message
...
I'm trying to write a Excel formula that enters an integer value for a
cell,
the value representing an age in days. To get this value, I'm comparing
values in two cells. One cell may or may not have a value, but it
establishes
the upper limit for the integer value.
The problem is this: I have tried using both the IF and DATEDIF functions,
and neither returns an integer value. Both give me date values, such as:
4/29/1900. (Kudos to the programmer who sent my data aging in reverse;
perhaps Einstein could learn something from this relativity.) The syntax
in
my formulas (below) has no defect that I'm aware of. Someone enlighten me.
=DATEDIF(G4,TODAY(),"d")
=IF(J4F4,F4,J4)
F4 is a cell with an integer value, like 120
J4 calculates an integer using DAYS360. (I have also used it in
combination
with an IF, and get the same result)
G4 holds a manually entered date value such as 5/1/ 2009



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


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