Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default Create Invoice in Excel?

Is there anyway I can input a number in excel and have excel link that number
to a invoice templete I created automatically?

I am not very familiar with hyperlink and how it works.

Your help is appreciated!

Thank you
Mike
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default Create Invoice in Excel?

If you're looking to auto-increment invoice numbering, take a look he
http://www.mcgimpsey.com/excel/udfs/sequentialnums.html

As for linking from one cell in (any) Excel workbook to another cell in
either the same workbook or another one, that's easy to do:
If multiple workbooks are involved, open both/all of them.
Start in the workbook that's to have a copy of the number, choose the cell
and type the = symbol.
Then go to the other workbook/sheet/cell with the number to be 'copied' and
select that cell and simply hit the [Enter] key. The link is created.

But each invoice would need to be linked to a different source cell, because
if all invoices link to the same invoice number cell somewhere, then when you
change the source invoice number, all invoices linked to that cell would show
the same number.

"Mike" wrote:

Is there anyway I can input a number in excel and have excel link that number
to a invoice templete I created automatically?

I am not very familiar with hyperlink and how it works.

Your help is appreciated!

Thank you
Mike

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Create Invoice in Excel?

If the value you input is part of the file name, you could do your input in one
cell and use the =hyperlink() worksheet function in the adjacent cell:

=hyperlink("file:////c:\yourpathtothefile\"&a1&".xls","Click me")
or
=hyperlink("file:////c:\yourpathtothefile\"&text(a1,"0000")&".xls","Cli ck me")

Change the drive letter and path (or UNC path) and the extension to what you
need.


Mike wrote:

Is there anyway I can input a number in excel and have excel link that number
to a invoice templete I created automatically?

I am not very familiar with hyperlink and how it works.

Your help is appreciated!

Thank you
Mike


--

Dave Peterson
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
Create an Invoice from a row of data Nigel P[_2_] Excel Discussion (Misc queries) 2 July 6th 09 02:03 PM
How do I create an invoice in Microsoft Excel? ADT9294 Excel Discussion (Misc queries) 2 April 23rd 08 06:28 PM
how do I create an invoice from a spreadsheet perry New Users to Excel 1 January 16th 06 03:50 PM
Create invoice from Excel worksheet Pat Flynn Excel Discussion (Misc queries) 3 July 20th 05 01:43 AM
In Excel, how do you create a multi page Invoice Template? ALLEYK Excel Discussion (Misc queries) 1 May 17th 05 06:59 PM


All times are GMT +1. The time now is 07:11 PM.

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"