kashifshahzad
New Member
- Joined
- May 17, 2014
- Messages
- 19
Dear All,
I have a sheet in which basically three columns , Available License Type, Required License Type, Status.
If Available License Type = “Light” and Required License Type = “Light” Then in the Status column result should be “Match”
If Available License Type = “Light” and Required License Type = “Heavy” Then in the Status column result should be “Need Upgrade”
If Available License Type = “Light” and Required License Type = “Construction” Then in the Status column result should be “Need Upgrade”
I have applied following formula but it gives me error #value.
=IF(AND(D3="Light",E3="Light"),"Match"),IF(AND(D3="Light",E3="Heavy"),"Need Upgrade"),IF(AND(D3="Light",E3="Construction"),"Need Upgrade")
Could you please help me how do I get the required result.
I have uploaded my sheet on following external link, as I didn’t find attached on this website.
https://www.dropbox.com/s/orsjcibfhwd5ftw/If.xlsx?dl=0
I have a sheet in which basically three columns , Available License Type, Required License Type, Status.
If Available License Type = “Light” and Required License Type = “Light” Then in the Status column result should be “Match”
If Available License Type = “Light” and Required License Type = “Heavy” Then in the Status column result should be “Need Upgrade”
If Available License Type = “Light” and Required License Type = “Construction” Then in the Status column result should be “Need Upgrade”
I have applied following formula but it gives me error #value.
=IF(AND(D3="Light",E3="Light"),"Match"),IF(AND(D3="Light",E3="Heavy"),"Need Upgrade"),IF(AND(D3="Light",E3="Construction"),"Need Upgrade")
Could you please help me how do I get the required result.
I have uploaded my sheet on following external link, as I didn’t find attached on this website.
https://www.dropbox.com/s/orsjcibfhwd5ftw/If.xlsx?dl=0