Forum Discussion
Sean Booth
Jun 15, 2018Copper Contributor
Finding particular data in a single column
HI Looking for away of extracting the registration number and the mileage for each vehicle and creating a new work sheet containing the values in two columns. Thanks in advance
Sean Booth
Jun 15, 2018Copper Contributor
That's fantastic.
Is there any way to remove the word miles for the Odometer cell?
Thanks
Sean
SergeiBaklan
Jun 15, 2018Diamond Contributor
You could wrap with SUBSTITUTE
=IFERROR(SUBSTITUTE(OFFSET(Sheet1!$B$1,AGGREGATE(15,6,1/(Sheet1!$B$1:$B$4000=$B$1)*ROW($A$1:$A$4000),ROW()-1),0)," miles",""),"")
and attached
- Sean BoothJun 15, 2018Copper Contributor
Thanks