#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
foilprint0
 
Posts: n/a
Default multiple IF's ?


Hi

I have gone blank!

in 1A I have a date of a purchase say 02/02/06
in 2A I have the amount invested Say £5
in 3A I want to have the maturity date

Maturity date is dependant on amount of investment
£5 = 65 days £10 = 45 days £20 = 30days £40 = 20 days
Example:
if in 2A I put £5 3A would ad 65 days to 1A and display in 3A or 4A if
needed
if in 2A I put £10 3A would ad 45 days to 1A and display in 3A or 4A if
needed
if in 2A I put £20 3A would ad 30 days to 1A and display in 3A or 4A if
needed
if in 2A I put £40 3A would ad 20 days to 1A and display in 3A or 4A if
needed

can anyone give me an example of the code for cell 3A please


--
foilprint0
------------------------------------------------------------------------
foilprint0's Profile: http://www.excelforum.com/member.php...fo&userid=6245
View this thread: http://www.excelforum.com/showthread...hreadid=506803

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR
 
Posts: n/a
Default multiple IF's ?

=IF(A1=40,"20 days",IF(A1=20,"30 days",IF(A1=10,"45 days",IF(A1=5,"65
days",""))))

Vaya con Dios,
Chuck, CABGx3



"foilprint0" wrote:


Hi

I have gone blank!

in 1A I have a date of a purchase say 02/02/06
in 2A I have the amount invested Say £5
in 3A I want to have the maturity date

Maturity date is dependant on amount of investment
£5 = 65 days £10 = 45 days £20 = 30days £40 = 20 days
Example:
if in 2A I put £5 3A would ad 65 days to 1A and display in 3A or 4A if
needed
if in 2A I put £10 3A would ad 45 days to 1A and display in 3A or 4A if
needed
if in 2A I put £20 3A would ad 30 days to 1A and display in 3A or 4A if
needed
if in 2A I put £40 3A would ad 20 days to 1A and display in 3A or 4A if
needed

can anyone give me an example of the code for cell 3A please


--
foilprint0
------------------------------------------------------------------------
foilprint0's Profile: http://www.excelforum.com/member.php...fo&userid=6245
View this thread: http://www.excelforum.com/showthread...hreadid=506803


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
Move multiple rows of data that are not sequential Mel Excel Discussion (Misc queries) 1 January 20th 06 06:33 AM
AHHHH-Get Data from Multiple Excel workbooks JAA149 Excel Discussion (Misc queries) 5 October 30th 05 05:19 PM
view multiple files in multiple windows on multiple screens. tcom Excel Discussion (Misc queries) 7 September 15th 05 09:35 PM
How do i auto create multiple files from 1 with multiple sheets Kathy Excel Worksheet Functions 0 July 26th 05 01:23 AM
XML / parent with multiple children and with multiple children Richard Excel Discussion (Misc queries) 0 January 5th 05 11:49 AM


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