#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Conditions

First sorry for my English.
May I know how to create a conditional function for this reason.

I create a function in A1 cell using data validation function list option.
After that I can select in A1 cell as 2000, 2001, 2002, 2003 like that.

I typed in I column as I3=1 , I4=2 , I5=3

Now I want to prepare a condition in A3 cell If A3=2000 A3 = I3 and
If A3=2001 A3 = I4 and If A3=2002 A3 = I4 and If A3=2003 A3 = I5 like that.

Please help me to create this condition.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Conditions

Hi,

Maybe this

=CHOOSE(A1-1999,I3,I4,I5)

Mike

"Lahi" wrote:

First sorry for my English.
May I know how to create a conditional function for this reason.

I create a function in A1 cell using data validation function list option.
After that I can select in A1 cell as 2000, 2001, 2002, 2003 like that.

I typed in I column as I3=1 , I4=2 , I5=3

Now I want to prepare a condition in A3 cell If A3=2000 A3 = I3 and
If A3=2001 A3 = I4 and If A3=2002 A3 = I4 and If A3=2003 A3 = I5 like that.

Please help me to create this condition.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Conditions

Thank you very much for your kind help. I found this method. I used If
condition.
=IF($A$1=2009,I3,IF($A$1=2010,J3,IF($A$1=2011,K3,I F($A$1=2012,L3)))) like
that.



"Mike H" wrote:

Hi,

Maybe this

=CHOOSE(A1-1999,I3,I4,I5)

Mike

"Lahi" wrote:

First sorry for my English.
May I know how to create a conditional function for this reason.

I create a function in A1 cell using data validation function list option.
After that I can select in A1 cell as 2000, 2001, 2002, 2003 like that.

I typed in I column as I3=1 , I4=2 , I5=3

Now I want to prepare a condition in A3 cell If A3=2000 A3 = I3 and
If A3=2001 A3 = I4 and If A3=2002 A3 = I4 and If A3=2003 A3 = I5 like that.

Please help me to create this condition.

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
Countif Conditions - Use of conditions that vary by cell value JonTarg Excel Discussion (Misc queries) 1 May 30th 08 01:21 PM
2 Conditions + Sum of a colum matching those conditions Jeffa Excel Worksheet Functions 5 June 8th 07 12:14 AM
CF with 4 conditions sahafi Excel Worksheet Functions 13 May 17th 07 03:52 PM
shade cells based on conditions - i have more than 3 conditions Mo2 Excel Worksheet Functions 3 March 30th 07 07:19 AM
How to multiple conditions to validate more than 2 conditions to . Bhuvana Govind Excel Worksheet Functions 1 January 28th 05 07:07 PM


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