I have 3 columns A, B, C
I need to write a formula that will return Column C based on the values of Column A and Column B.
If Column B=3 AND Column A is between 3.5 & 4.4 then return 4
If Column B=2 AND Column A is between 3 & 3.4 then return 3
If Column B=2 AND Column A is between 3.5 & 4.4 then return 3
I am able to write a formula for =, <, >,however, I am unable to include for between a range.
Ideas?