Customer ID in Invoices

Seton

New Member
Joined
Sep 30, 2023
Messages
4
Office Version
  1. 2010
Platform
  1. Windows
Hello I am making a invoice and I got the date working and also the next invoice number but I cant get the customer ID to work. I want to auto fill the customers in my new invoice. Can anyone help.

Thanks In advance
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
hello I think i need a customer data sheet. I want to give my customer a id number so when i put lets say 3 in the customer id field it will populate the bill to columes
 

Attachments

  • customer ID.png
    customer ID.png
    8.7 KB · Views: 3
Upvote 0
Ok. What does your data look like? Please share everything related.
so on the left i started a customer list and on the right is my invoice. I want to input a number under customer ID on the spreed sheet and it will populate the bill to with the customers name address and so on
 

Attachments

  • customer ID.png
    customer ID.png
    8.7 KB · Views: 2
  • customer list.jpg
    customer list.jpg
    78.7 KB · Views: 2
Upvote 0
In the customer list, insert a new column called CustomerID. Assign the customer ID however you like.

On the bill sheet, insert this formula in cell A10
Excel Formula:
=VLOOKUP($D$5, customerID!A:G,2,FALSE)

In cell A11, change the formula to 3
Excel Formula:
=VLOOKUP($D$5, customerID!A:G,3,FALSE)

In cell A12, change the formula to 4 and so on...
 
Upvote 0
Hello this is what i got
 

Attachments

  • customer 2.jpg
    customer 2.jpg
    76.9 KB · Views: 3
  • invoice.jpg
    invoice.jpg
    40.4 KB · Views: 3
Upvote 0
Your customer ID on the invoice is empty.

Note: You misspelled "Invoice" in the red.
 
Upvote 0

Forum statistics

Threads
1,215,379
Messages
6,124,609
Members
449,174
Latest member
ExcelfromGermany

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