Pulling data

christinekenny

New Member
Joined
Oct 14, 2019
Messages
8
Hi,

I am trying to pull data from various parts of a spreadsheet to combine into one so it reads as a whole notice. I am very new to excel and when I try I keep getting error notices. I could not add an attachment so this was the best way i could do it.

Any help would be greatly appreciated.

Thanks

SHEET 1

[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]ROW[/TD]
[TD]COL A[/TD]
[TD]COL B[/TD]
[TD]COL C[/TD]
[TD]COL D[/TD]
[TD]COL E[/TD]
[TD]COL F[/TD]
[TD]COL G[/TD]
[TD]COL H[/TD]
[TD]COL I[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]DATE[/TD]
[TD]DJ[/TD]
[TD]THEME[/TD]
[TD]SPONSOR[/TD]
[TD]START TIME SL[/TD]
[TD]START TIME[/TD]
[TD]END TIME[/TD]
[TD]SUBJECT LINE[/TD]
[TD]NOTICE BODY[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Oct 14[/TD]
[TD]Muse[/TD]
[TD]50's Sock Hop[/TD]
[TD]WS Creations[/TD]
[TD]6pm SLT[/TD]
[TD]6:00 PM[/TD]
[TD]8:00PM[/TD]
[TD]Best in CELL C1 with DJ CELL B1 @ Sensual Delights CELL E1[/TD]
[TD]SHEET 2 B1[/TD]
[/TR]
</tbody>[/TABLE]

SHEET 2

[TABLE="width: 500"]
<tbody>[TR]
[TD]ROW[/TD]
[TD]COL A[/TD]
[TD]COL B[/TD]
[TD]COL C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD][TABLE="width: 190"]
<tbody>[TR]
[TD="class: xl65, width: 190"]50's Sock Hop @ W/DJ SHEET 1 CELL B1 @ SHEET 1 CELL E1 SLT
Toss on your bobbi socks & poodle skirts then head down to where DJ will be spinning the tunes you want to hear!

Sponsored by SHEET 1 CELL D1[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Is this what you want?


Cell Formulas
RangeFormula
H1="Best in "&C1&" with DJ"&B1&" @ Sensual Delights"&E1
I1=Sheet2!B1




Cell Formulas
RangeFormula
B1="50's Sock Hop @ W/DJ "&Sheet1!B1&" @ "&Sheet1!E1&" Toss on your bobbi socks & poodle skirts then head down to where DJ will be spinning the tunes you want to hear!"&CHAR(10)&CHAR(10)&"Sponsored by "&Sheet1!D1
 
Upvote 0

Forum statistics

Threads
1,223,886
Messages
6,175,196
Members
452,616
Latest member
intern444

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