Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 414
Default Need Help with IF Function

I need to calculate column U7.
Here is my statement: =IF(S75,"Mature",S7&" Yrs")
If I run this statement, any record that does not meet this criteria (5)
returns with a serious of digits, e.g. 4505494 in a column U7

The S7 cell icontains a count of years, which is calculated with this
statement: =(DATE(2008,2,3)-P7)/364

What I want to get is:

P7 S7 U7
Open Date Years Opened (full yrs) Maturity
2/24/2005 3 3Yrs
5/9/1997 11 Mature

Please help
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Need Help with IF Function

Hello Andy,

Just happenned to have done something similar not to long ago. Try using
something along the lines of:

=ROUND(YEARFRAC(P7,Date(2008,2,3),3),0)

for the formula in S7

Thell

I need to calculate column U7.
Here is my statement: =IF(S75,"Mature",S7&" Yrs")
If I run this statement, any record that does not meet this criteria
(5)
returns with a serious of digits, e.g. 4505494 in a column U7
The S7 cell icontains a count of years, which is calculated with this
statement: =(DATE(2008,2,3)-P7)/364

What I want to get is:

P7 S7 U7
Open Date Years Opened (full yrs) Maturity
2/24/2005 3 3Yrs
5/9/1997 11 Mature
Please help



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
copy of excel file not showing formulal/function in the function b oaallam Excel Discussion (Misc queries) 4 September 6th 07 01:20 PM
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) [email protected] Excel Worksheet Functions 0 September 5th 06 03:44 PM
Offset function with nested match function not finding host ss. MKunert Excel Worksheet Functions 1 March 21st 06 10:46 PM
Emulate Index/Match combo function w/ VBA custom function Spencer Hutton Excel Worksheet Functions 2 May 2nd 05 05:26 PM
Nested IF Function, Date Comparing, and NetworkDays Function carl Excel Worksheet Functions 2 December 29th 04 09:57 PM


All times are GMT +1. The time now is 12:34 PM.

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

About Us

"It's about Microsoft Excel"