Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need some help. I am trying to make an invoice that when I type in the
product number, the description and unit price appear in the next two columns. I did the same thing with the address and it works just fine. However, it will not work with the product number. When I type in the product number the desciption and unit price column both show#REF. I don't understand why this keeps happening. Can someone please help me? Thanks in advance. By the way, I would be happy to e-mail this workbook if someone would like to take a look at it. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Your values likely differ. For instance, one may be formatted as text, and
the other as numbers. You can use the format painter to make sure they're formatted the same. Try retyping one of the numbers---both the one being looked up (see if that helps) and then the one in your lookup list (see if that helps). If doing either helps, then use the data fix described here under "Data isn't recognized..." http://www.officearticles.com/excel/...soft_excel.htm ******************* ~Anne Troy www.OfficeArticles.com www.MyExpertsOnline.com "DY" wrote in message ... I need some help. I am trying to make an invoice that when I type in the product number, the description and unit price appear in the next two columns. I did the same thing with the address and it works just fine. However, it will not work with the product number. When I type in the product number the desciption and unit price column both show#REF. I don't understand why this keeps happening. Can someone please help me? Thanks in advance. By the way, I would be happy to e-mail this workbook if someone would like to take a look at it. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If (Vlookup 0) working, but what if Vlookup cell does not exist | Excel Worksheet Functions | |||
VLookUp - Does the VLookUp return the exact information? | Excel Worksheet Functions | |||
Vlookup in vlookup - taking the result as array name | Excel Worksheet Functions | |||
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP | Excel Discussion (Misc queries) | |||
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) | New Users to Excel |