ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   two =if(xyaz,lki) conditions help (https://www.excelbanter.com/new-users-excel/217922-two-%3Dif-xyaz-lki-conditions-help.html)

BetaDocuments

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.




Sheeloo[_3_]

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.





BetaDocuments

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.


All times are GMT +1. The time now is 09:18 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com