#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Template

Dear all,

My Name is fazal, im trying to get a template for my office use, the thing
is i hv created a pricelist of parts in excel. thre are 20000 items in the
list. each part number has itw own item code. i created an invocing format
on the second sheet.( the column format is ITEM, DESC, PART NO, PRICE) wht i
neeed! when i put the part number on second sheet part no column the price
and description has to come automatically. plz sugst me a template or
function which i can use in Excel. i hp thr earliest rely from ur
side...................PLZZZZZZZ

Best regards
Fazal
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default Template

Hi Fazal

Try VLOOKUP to insert the description and unit price, based on the part
number you have entered.

Obviously, your stock sheet should include these details as part of the
database. Not knowing how you have set this part up, it is a bit difficult
to write the formula for you.

If your part number is entered in say A10, you could use B10 for the Qty,
C10 for the description, D10 for Unit Cost and E10 for the Extende cost? Let
us also take it that your database is a range named Database, that part nrs
are in Col A, descriptions in Col B and cost in Col C

In C10 you could then use =VLOOKUP(A10,Database,2,FALSE). In D10 you could
use =VLOOKUP(A10,Database,3,FALSE)
In E10 you could use =IF(OR(A10="",B10=""),"",B10*D10)
If you copy these down as far as you want, you only have to insert the part
nr and qty.


--
ve_2nd_at. Randburg, Gauteng, South Africa


"Fazal" wrote:

Dear all,

My Name is fazal, im trying to get a template for my office use, the thing
is i hv created a pricelist of parts in excel. thre are 20000 items in the
list. each part number has itw own item code. i created an invocing format
on the second sheet.( the column format is ITEM, DESC, PART NO, PRICE) wht i
neeed! when i put the part number on second sheet part no column the price
and description has to come automatically. plz sugst me a template or
function which i can use in Excel. i hp thr earliest rely from ur
side...................PLZZZZZZZ

Best regards
Fazal

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatically look in template folder when one opens a template hmm Excel Discussion (Misc queries) 0 July 11th 07 04:26 PM
How do I distribute a template created with Template Wizard ? Sofia Excel Discussion (Misc queries) 0 June 20th 07 04:51 PM
NCAA tournament brackets template from Template gallery. smcclements Excel Worksheet Functions 2 March 16th 07 02:33 PM
Where do I find a template for a high school template? pluspoola Excel Discussion (Misc queries) 0 July 1st 05 02:35 AM
Excel template to load automatically as the default template? David Excel Discussion (Misc queries) 1 March 21st 05 12:24 PM


All times are GMT +1. The time now is 03:20 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"