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: 1,805
Default two =if(xyaz,lki) conditions help

Try
=IF(A1="OUT",IF(O141000000000,"DUAL VP",IF(O14500000000,"VP",
IF(O14100000000,"AVP", "OFFICER"))),IF(A1="IN","OFFICER","NONE"))

It will show NONE if A1 is neither equal to IN or OUT.

"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.




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

On Jan 26, 4:32*pm, Sheeloo <="to" & CHAR(95) & "sheeloo" & CHAR(64) &
"hotmail.com" wrote:
Try
=IF(A1="OUT",IF(O141000000000,"DUAL VP",IF(O14500000000,"VP",
IF(O14100000000,"AVP", "OFFICER"))),IF(A1="IN","OFFICER","NONE"))

It will show NONE if A1 is neither equal to IN or OUT.



"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.- Hide quoted text -


- Show quoted text -



Excellent!! This is exactly what I am looking for. I will surely
impress my boss here @ JPMorgan. Thanks a bunch.
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
two =if(xyaz,lki) conditions help BetaDocuments New Users to Excel 1 January 27th 09 07:07 AM
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
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 09:08 AM.

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"