Inventory to Invoice (most efficiant?)

Reaper_13_6

New Member
Joined
Sep 23, 2006
Messages
2
I have a list of inventory on sheet 3 with prices, location, seller, price, blah blah blah.

Each one with an inventory #. On the first page i have an invoice the same categories.
I'd just like to know the best way to make it so if i write the inv # in the first box A13.
I could have the rest of the boxes fill out ( A-J ), using inventory numbers and info found on sheet 3
(or is there another way?).

Should I be using excel at all? any help would be just great, Thank you.

(sry, am using excel 2000, on Win Xp SP2)
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Thanks a lot once i knew what it was called i was able to find what i needed easily.

Now i just need a way to make #N/A not appear.

I've read a lot about it so far but none of the solutions have worked for me. ill keep looking.

Thanks again.
 
Upvote 0
Reaper_13_6,

Here's a common method for returning a zero value if the vlookup formula doesn't find an exact match:

Code:
=IF(ISNA(VLOOKUP(LUVALUE, LURANGE, RETCOL, FALSE)),0,VLOOKUP(LUVALUE, LURANGE, RETCOL, FALSE))

Dufus
 
Upvote 0

Forum statistics

Threads
1,213,531
Messages
6,114,172
Members
448,554
Latest member
Gleisner2

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top