CaptainGravyBum
Board Regular
- Joined
- Dec 1, 2023
- Messages
- 76
- Office Version
- 365
- Platform
- Windows
Hello,
I have a spreadsheet where I have been using multiple if statements to return a value in one of the columns. The problem is that the data I'm using has changed somewhat, so now there are around 50 different results to query.
As an example: =IF('Sheet1'!G2="1D","ND",IF('Sheet1'!G2="2D","EC",IF('Sheet1'!G2="3D","EC"))) and it goes on.
This is only three IF's but it's getting to be a bit silly now I have to go up to 50 of these (I'm not even sure if there's a limit).
I'm willing to accept this is probably the worst way to get the information I need.
Any suggestions welcome.
I have a spreadsheet where I have been using multiple if statements to return a value in one of the columns. The problem is that the data I'm using has changed somewhat, so now there are around 50 different results to query.
As an example: =IF('Sheet1'!G2="1D","ND",IF('Sheet1'!G2="2D","EC",IF('Sheet1'!G2="3D","EC"))) and it goes on.
This is only three IF's but it's getting to be a bit silly now I have to go up to 50 of these (I'm not even sure if there's a limit).
I'm willing to accept this is probably the worst way to get the information I need.
Any suggestions welcome.