Extracting data with certain "0000" characteristics

panyagak

Active Member
Joined
Feb 24, 2017
Messages
299
Hi.

I wish there was a way to attach a simple .xlsx file here.

Just realised a pattern in my data analysis of (nearly 300 rows) BUT scratching my head how to extract all rows that have this "weird 0000s in the values in the 3 columns C D E.

Column B is Details in case a vba is apt.

My data approximates this:
A B C D E
Date 2.62000 1.62000 0.60000
" 1.35000 0.35000 0.75000
" 1.43627 2.43627 1.46000
" 2.87742 3.87742 1.4354
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
That could be formatting to 5 decimal places.
Or could be text instead of numeric values.
 
Upvote 0
Use Text To Columns

Select the Column (Single Column) Data > Text To Column > Next > Next > Finish

cheers.
 
Upvote 0
Problem is not Formatting - I did it myself......should actually be longer than that.

How do I extract the first 2 rows in my simple example & then given 300 rows.

Please Note a constant 1.00 difference between Colns C & D.
 
Upvote 0

Forum statistics

Threads
1,214,951
Messages
6,122,449
Members
449,083
Latest member
Ava19

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