Working reference sheet from multiple sheets/ranges

glorg

New Member
Joined
Jul 19, 2018
Messages
5
Office Version
  1. 365
Platform
  1. Windows
Hey everyone,
Not sure if this is simple or complex, all I know is it's beyond me...
I'm trying to get a run sheet going from multiple sheets in a book. They are formatted thusly:

<style><!--table {mso-displayed-decimal-separator:"\."; mso-displayed-thousand-separator:"\,";}@page {margin:1.0in .75in 1.0in .75in; mso-header-margin:.5in; mso-footer-margin:.5in;}td {padding-top:1px; padding-right:1px; padding-left:1px; mso-ignore:padding; color:black; font-size:12.0pt; font-weight:400; font-style:normal; text-decoration:none; font-family:Calibri, sans-serif; mso-font-charset:0; mso-number-format:General; text-align:general; vertical-align:bottom; border:none; mso-background-source:auto; mso-pattern:auto; mso-protection:locked visible; white-space:nowrap; mso-rotate:0;}.xl63 {mso-number-format:"Short Date";}.xl64 {mso-number-format:"Short Date"; border:.5pt solid windowtext;}.xl65 {border:.5pt solid windowtext;}--></style>[TABLE="width: 455"]
<!--StartFragment--> <colgroup><col width="65" style="width:65pt"> <col width="65" style="width:65pt"> <col width="65" style="width:65pt"> <col width="65" span="4" style="width:65pt"> </colgroup><tbody>[TR]
[TD="class: xl65, width: 65"]Serial No.[/TD]
[TD="class: xl65, width: 65"]First Name[/TD]
[TD="class: xl64, width: 65"]Last Name[/TD]
[TD="class: xl65, width: 65"]Date #1[/TD]
[TD="class: xl65, width: 65"]Date #2[/TD]
[TD="class: xl65, width: 65"]Date #3[/TD]
[TD="class: xl65, width: 65"]Date #4[/TD]
[/TR]
[TR]
[TD="class: xl65, align: right"]132456[/TD]
[TD="class: xl64"]Phil[/TD]
[TD="class: xl64"]McCracken[/TD]
[TD="class: xl64, align: right"]1/08/18[/TD]
[TD="class: xl64, align: right"]2/08/18[/TD]
[TD="class: xl64, align: right"]3/08/18[/TD]
[TD="class: xl64, align: right"]4/08/18[/TD]
[/TR]
<!--EndFragment--></tbody>[/TABLE]

What I'm trying to get (unsuccessfully so far) is for dates in a range, from all sheets, to display on a "master" sheet e.g. everything that is 0-60 days from today will appear.
I've tried variations on lookups and 'if' functions to no avail.
Any help greatly appreciated
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.

Forum statistics

Threads
1,223,911
Messages
6,175,333
Members
452,636
Latest member
laura12345

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