momofgirls
New Member
- Joined
- Apr 11, 2011
- Messages
- 3
I need to write a formula into cell K82 that does the following:
do a vlookup where the lookup value is cell B82. The range is on sheet Sled, cells A$2:C$57, the column index number is 3 and an exact match. So the formula would be vlookup(B82,Sled!a$2:c$57,3,FALSE)
HOWEVER, if there is no matching lookup value for cell B82 on the SLED sheet, then I want it to do a lookup where the lookup value is cell A82 and the range is column B also on sheet Sled. I've got the data on the Sled sheet sorted by column A and then by Column B. The range that I am looking for the alternate lookup value is in cells B$2:C$57, the column index would still be 3 and an exact match. So the formula would be vlookup(A82,Sled!b$2:c$2,3,FALSE)
There is a good possibility that there may not be a matching value for either lookup value, and if that is the case, I would like the formula to return "New"
I have a basic idea of how to write the nested formula, but I can't get it all the way there to work. Can anyone help?
do a vlookup where the lookup value is cell B82. The range is on sheet Sled, cells A$2:C$57, the column index number is 3 and an exact match. So the formula would be vlookup(B82,Sled!a$2:c$57,3,FALSE)
HOWEVER, if there is no matching lookup value for cell B82 on the SLED sheet, then I want it to do a lookup where the lookup value is cell A82 and the range is column B also on sheet Sled. I've got the data on the Sled sheet sorted by column A and then by Column B. The range that I am looking for the alternate lookup value is in cells B$2:C$57, the column index would still be 3 and an exact match. So the formula would be vlookup(A82,Sled!b$2:c$2,3,FALSE)
There is a good possibility that there may not be a matching value for either lookup value, and if that is the case, I would like the formula to return "New"
I have a basic idea of how to write the nested formula, but I can't get it all the way there to work. Can anyone help?