Extract Digits only if match in 3 Ranges, (extract to next empty cell)

frankyalta

New Member
Joined
Nov 8, 2015
Messages
29
Hi,

i'm looking for a formula or vba code to extract matched digits from 3 ranges?,i been reading and searching (many examples online) but didn't found something close that can help me.
All digits ranging between 1 to 100
Range LR4:MM4 have 22 digits
Range MV4:NQ4 have 22 digits
Range NZ4:OU4 have 22 digits

In range KS4:LI4 (17 cells) is where i need to get the matched digits but coping/extracting on next empty cell in a row. (starting KS4)


Thanks !!!!!!!!!!!!!!!!!
 
Last edited:

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Thanks for your signature Suggestion Mr Dibbins, Thanks to you I learned how to use MrExcel html add-in.

Range #1 - Digits between 1 to 100
RowLQLRLSLTLULVLWLXLYLZMAMBMCMDMEMFMGMHMIMJMKMLMM
413-Jun35122814310215092616341723192229303220112518

<tbody>
</tbody>
Range #2 - Digits between 1 to 100
RowMUMVMWMXMYMZNANBNCNDNENFNGNHNINJNKNLNMNNNONPNQ
413-Jun162215231735199932112578281431021002977132634

<tbody>
</tbody>
Range #3 - Digits between 1 to 100
RowNYNZOAOBOCODOEOFOGOHOIOJOKOLOMONOOOPOQOROSOTOU
413-Jun35122855010515773011172526271658406329190213

<tbody>
</tbody>
Desired Output -Numbers Extracted (Triplicated) in 3 ranges
RowKRKSKTKUKVKWKXKYKZLALBLCLDLELFLGLHLI
413-Jun0211151617192526282935

<tbody>
</tbody>


Please i need a Formula or VBA Code to Extract Digits Only if Matches in Range 1, Range 2 and Range 3 and copy on next empty cell in a row starting in cell KS4 to LI4 as displayed.

Thanks
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,552
Members
449,088
Latest member
davidcom

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