Hey all,
I am using a combination of nested IF statements and VLOOKUPs to get a vlue to appear in a specific cell.
The IF statements check to see if a specific text value displays in a specified cell and then uses a VLOOKUP to match the value to that text if true. If it is false it moves on to check the next specific text value. There are 5 different text values it needs to check.
I have gotten my formula to the point where it can match all the text values appropriately with the VLOOKUPs, however I can't seem to close out the formula should NONE of the text value's be true. When this happens the cell returns a value of "FALSE". I would like to be able to avoid this and have a number value displayed.
I am using a combination of nested IF statements and VLOOKUPs to get a vlue to appear in a specific cell.
The IF statements check to see if a specific text value displays in a specified cell and then uses a VLOOKUP to match the value to that text if true. If it is false it moves on to check the next specific text value. There are 5 different text values it needs to check.
I have gotten my formula to the point where it can match all the text values appropriately with the VLOOKUPs, however I can't seem to close out the formula should NONE of the text value's be true. When this happens the cell returns a value of "FALSE". I would like to be able to avoid this and have a number value displayed.