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/217921-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.




Ron@Buy

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.






All times are GMT +1. The time now is 01:50 AM.

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