Finding data

Jimhen

New Member
Joined
Jun 17, 2010
Messages
3
I need to search my excel sheet based on two pieces of data in two seperate columns.
The data in one column A is a set value and will increment after the data in column B reaches a max value.
Once the data in B is incremented to the max value, column A then increments by some assinged variable and again stays constant and column B begins incrementing again. This repeats in a loop until the final variable in column A has been reached.

Example; A B
1.0 .2
1.0 .4
1.0 .8
1.2 .2
1.2 .5
1.2 .6
1.2 1.0
1.5 .2
1.5 .5
1.5 .8
1.5 1.2
2.0 .2
2.0 .5
2.0 .8
2.0 1.0
2.0 1.5
2.2 .2
2.2 .3
2.2 .4
I need to start at the first value of column A. Then search column B for a specific value. Once the valus is found go to the next value of column A and search B for the same value as previous. This loop continues until the values in Column A have been exhausted.
Hopefully this makes sense and I explained it properly.
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple

Forum statistics

Threads
1,224,603
Messages
6,179,849
Members
452,948
Latest member
UsmanAli786

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