Finding Skips

cherokee

Board Regular
Joined
Apr 16, 2012
Messages
93
=MATCH(BC$5,INDIRECT("A"&SUM(BB$15:BB15)+1&":$A$10000"),0)
This formula works when finding skips between numbers. Is there a formula for finding skips between letters?

<colgroup><col></colgroup><tbody>
</tbody>
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
=MATCH(BC$5,INDIRECT("A"&SUM(BB$15:BB15)+1&":$A$10000"),0)
This formula works when finding skips between numbers. Is there a formula for finding skips between letters?

<colgroup><col></colgroup><tbody>
</tbody>
I am not sure exactly what you mean by "skips" (especially since there seems to be two columns of data involved)... can you show us some representative samples of what kind of data you have for your numbers case and then show us the same thing for your letters question?
 
Upvote 0
You have one column with 15000 rows. If you want (example 0) to find how many rows between each time the 0 shows up. The BC$5 in the formula is where the number is located that you are looking for. I need a formula that is made up of alphabet letters in place of numbers. Example (DN)
Thanks
 
Upvote 0

Forum statistics

Threads
1,215,001
Messages
6,122,648
Members
449,092
Latest member
peppernaut

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