Searching a list of names, with corsponding data across to another worksheet

Butch-196

New Member
Joined
Sep 17, 2013
Messages
27
Spreadsheet 1 is the list of names, dates, meter readings I have started with and I need to split the names on to new worksheets as per spreadsheet 2

Spreadsheet 1 (master worksheet)

Name DateMeter Reading
Start End
SMITH12/03/2019796908.30796943.30
OUTRAM13/03/2018796943.30796982.10
WILSON14/03/2018796982.10797120.00
DUCKER15/03/2018797120.00797140.00
FRYATT16/03/2018797140.00797155.00
IBBOTSON17/03/2018797155.00797222.00
KIRBY18/03/2018797222.00797289.00
SMITH19/03/2018797289.00797389.00
WILSON20/03/2018797389.00797489.00
WOODCOCK21/03/2018797489.00797589.00
SMITH22/03/2018797589.00797689.00
WITHERS C23/03/2018797689.00797789.00
WILLIAMS
24/03/2018797789.00


<colgroup><col width="246" style="width: 185pt; mso-width-source: userset; mso-width-alt: 8587;"> <col width="77" style="width: 58pt; mso-width-source: userset; mso-width-alt: 2676;"> <col width="181" style="width: 136pt; mso-width-source: userset; mso-width-alt: 6330;"> <col width="163" style="width: 122pt; mso-width-source: userset; mso-width-alt: 5678;"> <tbody> </tbody>

Spreadsheet 2 (SMITH Worksheet)

Name DateMeter Reading
Start End
SMITH19/03/2018797289.00797389.00
SMITH19/03/2018797289.00797389.00
SMITH19/03/2018797289.00797389.00

<colgroup><col width="125" style="width: 94pt; mso-width-source: userset; mso-width-alt: 4375;"> <col width="91" style="width: 69pt; mso-width-source: userset; mso-width-alt: 3188;"> <col width="135" style="width: 101pt; mso-width-source: userset; mso-width-alt: 4701;"> <col width="140" style="width: 105pt; mso-width-source: userset; mso-width-alt: 4887;"> <tbody> </tbody>

Regards
Richard
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
How about


Excel 2013/2016
ABCD
1NameDateMeter Reading
2StartEnd
3SMITH12/03/2019796908.30796943.30
419/03/2018797289.00797389.00
522/03/2018797589.00797689.00
Smith
Cell Formulas
RangeFormula
B3{=IFERROR(INDEX(sheet1!B$3:B$15,SMALL(IF(sheet1!$A$3:$A$15=$A$3,ROW(sheet1!$A$3:$A$15)-ROW(sheet1!$A$3)+1),ROWS($1:1))),"")}
Press CTRL+SHIFT+ENTER to enter array formulas.



Formula copied down & across
 
Last edited:
Upvote 0
Hi thanks for the help, i am struggling to get the meter readings to work with this formula,
regrds
rihard
 
Upvote 0
Simply format the Meter reading columns to "General"
 
Upvote 0
If your meter readings are in cols C:D then just copy the formula across & format the cells
 
Upvote 0
=IFERROR(INDEX('Master Sheet'!C$6:C$18,SMALL(IF('Master Sheet'!$A$6:$A$18='Smith 01'!$A$10,ROW('Master Sheet'!$A$6:$A$18)-ROW('Master Sheet'!$A$6)+1),ROWS($1:1))),"")

Name DateMeter Reading
Start End
SMITH12/03/201912/06/408312/03/2019
SMITH19/03/201819/03/201820/03/2018
SMITH22/03/201822/03/201824/03/2018
<colgroup><col width="125" style="width: 94pt; mso-width-source: userset; mso-width-alt: 4375;"> <col width="91" style="width: 69pt; mso-width-source: userset; mso-width-alt: 3188;"> <col width="135" style="width: 101pt; mso-width-source: userset; mso-width-alt: 4701;"> <col width="140" style="width: 105pt; mso-width-source: userset; mso-width-alt: 4887;"> <tbody> </tbody>

I think I must be doing someting wrong
 
Upvote 0
You need to format the meter readings columns, either as general, or as number
 
Upvote 0

Forum statistics

Threads
1,215,681
Messages
6,126,191
Members
449,298
Latest member
Jest

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