Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have several sheets for months that I want to sum up in one sheet. I use
the formula = if(iserror(vlookup..) and so on. The formula is correct except when the number I want is the first number in the lookup list. (Row 2) The numbers are NOT in order, not in the monthly sheet or in the summing up, and the order of customernumber is different in all sheets. If I try the same in an ordered list, there's not a problem with this. Ex from the lookuplist: Column N: Customer 185449 203920 115109 |
#2
![]() |
|||
|
|||
![]()
Hi Traima
A vlookup formula has 4 arguments =vlookup("what", "where", "column no of the desired result in the lookup table", "what if not found") It seems that you are not entring the last arguement. Enter the last argument as False or 0. This will tell the function to lookup for exact match. If this argument is left (as it is optional), excel will try to find the closest match... and put that value). Now try this and let me know if this solves your problem..... Thanks Karthik Bhat Bangalore |
#3
![]() |
|||
|
|||
![]()
Thanks for your response, but it didn't solve the problem - I've got the
last part of the vlookup-formula like the one you described. Any other suggestions? Karthik skrev: Hi Traima A vlookup formula has 4 arguments =vlookup("what", "where", "column no of the desired result in the lookup table", "what if not found") It seems that you are not entring the last arguement. Enter the last argument as False or 0. This will tell the function to lookup for exact match. If this argument is left (as it is optional), excel will try to find the closest match... and put that value). Now try this and let me know if this solves your problem..... Thanks Karthik Bhat Bangalore |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Number Applying Value To Text Selection In List Box | New Users to Excel | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
can lookup a number to a 10x10 table? | Excel Worksheet Functions | |||
Excel formula divide list of #s by N to get a number above 40 | Excel Discussion (Misc queries) | |||
Lookup closest number in list | Excel Discussion (Misc queries) |