ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Invoices (https://www.excelbanter.com/excel-discussion-misc-queries/263857-invoices.html)

suewalton21

Invoices
 
I have a worksheet for 37 addresses, showing various charges
I need to produce a single invoice for each address
Any help please

Victor Delta[_2_]

Invoices
 
"suewalton21" wrote in message
...
I have a worksheet for 37 addresses, showing various charges
I need to produce a single invoice for each address
Any help please


Use Mail Merge (Word) with your worksheet as the data source. Google for
detailed instructions if needed.

V


Victor Delta[_2_]

Invoices
 
"suewalton21" wrote in message
...
I have a worksheet for 37 addresses, showing various charges
I need to produce a single invoice for each address
Any help please


Use Mail Merge (Word) with your worksheet as the data source. Google for
detailed instructions if needed.

V


Don Guillett[_2_]

Invoices
 
If you have a database of your addresses and an invoice template you can use
a simple looping macro

for i= 1 gto 37
with invoicetemplate
..cells(1,1)=cells(i,1)
..etc
end with
print invoice
next i

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"suewalton21" wrote in message
...
I have a worksheet for 37 addresses, showing various charges
I need to produce a single invoice for each address
Any help please



Eduardo

Invoices
 
Hi,
If you are looking to summarize the charges by address assuming that your
data with your address are in column A and your charges in column B and then
in column D you have all the address and in column E you want to summarize
them use

=sumproduct(--(D2=$A$1:$A$10000),$B$1:$B$10000)

change range to fit your needs, copy formula down

"suewalton21" wrote:

I have a worksheet for 37 addresses, showing various charges
I need to produce a single invoice for each address
Any help please



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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com