Excel Invoice, Complex Forumla

alandrigan

New Member
Joined
Mar 18, 2009
Messages
3
Hi Everyone,

I just put together an invoice spreadsheet for a company I would like to start and it consists of 2 worksheets

1) The actual invoice template
2) The database worksheet which contains client info, and some other dropdown list items

I have figured out all the basic drop down menus and functions. However I would like to make it so that I can select the Company Name from the invoice template worksheet from the first drop down, and based on this, I need a formula which will search the Database Worksheet and plug in the rest of the client information on the proceeding lines (address, etc etc in red)

Any and all help and direction much appreciated. Anyone is free to use this file for personal use if interested

http://www.canadianpolicing.com/HELP_TEMPLATE.xls
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Hi

All you need is a vlookup. For example the formula in cell A13 is

Code:
=+VLOOKUP($A$12,Database!$A$2:$I$8,2,FALSE)

Just google vlookup and you will find great resources.
 
Upvote 0

Forum statistics

Threads
1,213,543
Messages
6,114,236
Members
448,555
Latest member
RobertJones1986

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top