kathleen0927
New Member
- Joined
- Feb 7, 2018
- Messages
- 32
Hello all!
I am having difficulty using multiple IF statements in 1 cell. There are 8 options the IF statement needs to check which are:
if J9 = BB, insert "1" in cell B9
if J9 = OS, insert "2" in cell B9
if J9 = OST, insert "3" in cell B9
if J9 = VP, "4"
if J9 = RR, "5"
if J9 = A3, "6"
if J9 = OD,"7"
if J9 = TN, "8"
This formula will be in all cells in column B of the Excel file for sorting. Any suggestions for how to write this? Thanks
I am having difficulty using multiple IF statements in 1 cell. There are 8 options the IF statement needs to check which are:
if J9 = BB, insert "1" in cell B9
if J9 = OS, insert "2" in cell B9
if J9 = OST, insert "3" in cell B9
if J9 = VP, "4"
if J9 = RR, "5"
if J9 = A3, "6"
if J9 = OD,"7"
if J9 = TN, "8"
This formula will be in all cells in column B of the Excel file for sorting. Any suggestions for how to write this? Thanks