lynxbci
Board Regular
- Joined
- Sep 22, 2004
- Messages
- 201
- Office Version
- 365
- Platform
- Windows
- MacOS
Hi,
I have an if statement in a cell which returns a value based on another cell, and without using a lookup table is there a simpler way to get the same result?
Current formula is :-
<code>
=IF(G20="PET",1,IF(G20="PVC",7,IF(G20="SAP",12,IF(G20="TTT",99,0))))
</code>
thanks in advance
I have an if statement in a cell which returns a value based on another cell, and without using a lookup table is there a simpler way to get the same result?
Current formula is :-
<code>
=IF(G20="PET",1,IF(G20="PVC",7,IF(G20="SAP",12,IF(G20="TTT",99,0))))
</code>
thanks in advance