Excel help?

neroazzurro

Regular Member
Joined
Mar 11, 2015
Messages
343
Reaction score
26
Hello,

I need help with creating excel template.
I need template for issuing invoice (not hard to make).
Other part I need template to calculate products on stock and give them name and serial number.
So on invoice I can only type name of product and it will get info from database (like serial number, price etc).
Is it possible in excel?
 
I'm not an excel expert but I think it would just be easier to write a program in C#. In this way, you can have the job done and even save the data on excel files using the excel APIs.
 
If you're open to a manual approach, I use waveapps. com/invoicing - (remove the space after "." before com) - it's free and a lot sleeker than excel
 
Hi, yes is possible, you just need to have a sheet where you paste the data, ans with couple of formulas, and giving name to coluns it will catch what you want..
 
You need two sheets.

One with your invoice template on. The other with the products. Then you use Lookup Function (loads of videos on it) to search the one sheet and populate the field and then use basic sum commands to work out totals etc. You can export the template as a PDF.
 
Back
Top