Add address based on text from drop down menu.

Geek Girl 007

Board Regular
Joined
Mar 12, 2022
Messages
172
Office Version
  1. 2021
Platform
  1. Windows
Sheeela's Accounts.xlsx
AB
4Invoice information
5
6Invoice Number:
7To:
8Address:
9
10
11
12Function:
13Date:
14Duration:
15Cost:
INVOICE
Cells with Data Validation
CellAllowCriteria
B7List=TABLES!$A$2:$A$5


If I select 'The Grapes' from cell B7 I want the address 12 Dow Street, SW12 3TH to appear in B8 however If I select 'Shaftesbury Club' I want the address 1 Peter Close, SE11 3GH to appear, and so forth.

Can this be done??
 
@ Fluff
Thanks for that formula. I tried the same one but I forgot to delete the macro which caused the formula to be overwritten when I changed B7. :)
 
Upvote 0

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
How about
Fluff.xlsm
AB
1
2
3
4Invoice information
5
6Invoice Number:
7To:Shaftesbury Club
8Address:128 Lavender Hill, London, SW11 5RB
9
10
11
12Function:
13Date:
14Duration:
15Cost:
Sheet5
Cell Formulas
RangeFormula
B8B8=VLOOKUP(B7,Main!A2:B4,2,0)
Cells with Data Validation
CellAllowCriteria
B7List=Main!$A$2:$A$4
Sorry for the delay, this is PERFECT for my purposes, thank you !!!
Happy New year Fluff :)
 
Upvote 0

Forum statistics

Threads
1,225,739
Messages
6,186,738
Members
453,369
Latest member
juliewar

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