Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default EXCEL INVOICE TEMPLATE THAT UPDATES DATA AS I INPUT ITEM#

i need to input data into an invoice template. when i put in item number i
want it to call item info and price from a list of inventory items so i can
print the invoice for a customer?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default EXCEL INVOICE TEMPLATE THAT UPDATES DATA AS I INPUT ITEM#

Check out help on VLOOKUP(). VLOOKUP stands for vertical lookup and search
for a value in the first column of a table array and returns a value in the
same row from another column in the table array. Try the below formulas with
a similar data and try changing the name in Cell C1

ColA ColB ColC ColD ColE ColF
Name Age Sex Adam =formula1 =formula2
Adam 32 M
Marie 24 F
Francis 33 M
Joel 34 M
Susan 26 F
- - -
- - -
- - -
- - -


in place of formula1
=VLOOKUP($D$1,$A$1:$C$10,2,FALSE)

in place of formula2
=VLOOKUP($D$1,$A$1:$C$10,3,FALSE)

If this post helps click Yes
---------------
Jacob Skaria


"zamberwe" wrote:

i need to input data into an invoice template. when i put in item number i
want it to call item info and price from a list of inventory items so i can
print the invoice for a customer?

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
Excel Invoice template Celtman New Users to Excel 0 June 20th 06 12:54 AM
Can I merge data of 200 clients into an invoice template? Gail New Users to Excel 1 February 28th 06 06:51 PM
How do I get data from invoice template sibik Excel Discussion (Misc queries) 1 August 19th 05 04:27 AM
How do I change the invoice number assigned in Invoice template... akress Excel Discussion (Misc queries) 1 February 28th 05 06:36 PM
Excel 98 Invoice Template Guntherg Excel Worksheet Functions 1 December 13th 04 12:05 PM


All times are GMT +1. The time now is 05:38 AM.

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"