Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 18
Default two =if(xyaz,lki) conditions help

=IF(O141000000000,"DUAL VP",IF(O14500000000,"VP", IF
(O14100000000,"AVP", "OFFICER")))

I what above condition to be true only when Cell A1 is selected "OUT"
and I want OFFICER to appear when "IN" is selected regardless of
amount.

There will be another if but I have no idea how to set it up.

Help will be appreaciated.



  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 345
Default two =if(xyaz,lki) conditions help

Assuming cell A1 is set up with data validation to restrict entry to either
"Yes" or "No" a modification to your formula thus:

=IF(AND(A1="OUT",O141000000000),"DUAL VP",
IF(AND(A1="OUT",O14500000000),"VP",
IF(AND(A1="OUT",O14100000000),"AVP","OFFICER")))

should give you the result you desire.


"BetaDocuments" wrote:

=IF(O141000000000,"DUAL VP",IF(O14500000000,"VP", IF
(O14100000000,"AVP", "OFFICER")))

I what above condition to be true only when Cell A1 is selected "OUT"
and I want OFFICER to appear when "IN" is selected regardless of
amount.

There will be another if but I have no idea how to set it up.

Help will be appreaciated.




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
shade cells based on conditions - i have more than 3 conditions Mo2 Excel Worksheet Functions 3 March 30th 07 07:19 AM
sum on conditions..... pimar Excel Discussion (Misc queries) 6 May 31st 05 05:00 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 01:37 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"