Attempting to Resolve Multiple Conditions
-
I have created the following multiple conditions for a table cell in TablePress, but am getting an error message.
If cell b3 is greater than 19 but less than 31, return cell 164, otherwise if cell b3 is greater than 30 but less than 41, return cell i74, and so on:
=IF(31>B3>19,I64, IF(41>B3>30,I74, IF(51>B3>40,I84, IF(61>B3>50,I94, IF(71>B3>60,I104, IF(81>B3>70,I114, IF(90>B3>80,I124)))))))
The message I get is: ERROR illegal character ‘&’
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Attempting to Resolve Multiple Conditions’ is closed to new replies.