Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jodster
 
Posts: n/a
Default Creating an invoice from other worksheets

I have created a worksheet that allows me to enter a number and then
calculates the price based upon the items chosen. I am trying to create a
customer invoice from this worksheet. It needs to pull the info only if the
value is greater than 0. There are four separate cells for each line of the
worksheet.

Can you help?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max
 
Posts: n/a
Default Creating an invoice from other worksheets

"jodster" wrote:
I have created a worksheet that allows me to enter a number and then
calculates the price based upon the items chosen. I am trying to create a
customer invoice from this worksheet. It needs to pull the info only if the
value is greater than 0. There are four separate cells for each line of the
worksheet.


.. It needs to pull the info only if the value is greater than 0.


One way to cater for the above line is to use something like:
=IF(OR(B2="",B2=0),"",VLOOKUP(B2, ...))
where B2 is the input cell

For VLOOKUP and INDEX/MATCH usage & examples
try Debra Dalgleish's pages at:
http://www.contextures.com/xlFunctions02.html
http://www.contextures.com/xlFunctions03.html

Maybe try also Debra's sample files at:
http://www.contextures.com/excelfiles.html
Look for "Purchase Order"
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
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
How do I generate a new invoice number when creating new invoice? KiddieWonderland Excel Discussion (Misc queries) 1 March 15th 06 03:19 AM
Creating a Lookup Table on an Invoice? fngrayson Excel Discussion (Misc queries) 1 March 14th 06 08:44 PM
Creating an invoice with a lookup list wings Excel Discussion (Misc queries) 6 October 30th 05 02:37 AM
Master invoice number Christopher M. Excel Worksheet Functions 0 July 24th 05 04:26 PM
creating an invoice for work Beth Excel Worksheet Functions 4 July 16th 05 09:25 PM


All times are GMT +1. The time now is 02:12 AM.

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

About Us

"It's about Microsoft Excel"