Hello,
I am looking to put together a formula that does the following IF L5=”X Rewards” and M5=”CentsOff”, then check that R5=”PT”. If true, return TRUE. If false, return FALSE.
I need to repeat this for all of the below scenarios:
IF L5=”Gas Rewards” and M5=CentsOff”, then check that R5=”PT”. If true, return TRUE. If false, return FALSE.
IF L5=”% Off” and M5=PercentOff”, then check that R5=”PE”. If true, return TRUE. If false, return FALSE.
IF L5=”dollar off” and M5=”CentsOff”, then check that R5=”CE”
If the two first conditions are not met, should return N/A or VALUE.
I am looking to put together a formula that does the following IF L5=”X Rewards” and M5=”CentsOff”, then check that R5=”PT”. If true, return TRUE. If false, return FALSE.
I need to repeat this for all of the below scenarios:
IF L5=”Gas Rewards” and M5=CentsOff”, then check that R5=”PT”. If true, return TRUE. If false, return FALSE.
IF L5=”% Off” and M5=PercentOff”, then check that R5=”PE”. If true, return TRUE. If false, return FALSE.
IF L5=”dollar off” and M5=”CentsOff”, then check that R5=”CE”
If the two first conditions are not met, should return N/A or VALUE.