I have a spreadsheet that uses a vlookup to return an account number based on the part number it's looking for. This part works as it should. In another cell, I have a formula that is to look at the account number(from the vlookup) and return a company code based on a dollar value from another cell. My problem is that the formula isn't working, and not returning the proper company code.
If I manually enter in the account number, the formula works as it should, and if I use the vlookup formula, and hit f2 and then f9 it looks at the pulled account number and locks it in the result, making the other formula work as designed as well. So it looks like to me is the vlookup result, is only for display, and the numbers can't be used or called to other cells. The f2+f9 comb works, but is vary tedious as this is an accounting report with multiple worksheets and thousands of parts. Is there a work around?
(vlookup is in cell J15)
=VLOOKUP($D15,PartList,8,FALSE)
=IF(J15<120808,IF($I$9<20000,"210",IF($I$9<20200,"213",IF($I$9<25000,"214",IF($I$9<28000,"212",IF($I$9<40000,"210","200"))))),IF(J15=120812,"210","200"))
Bookmarks