Formula that do not include 1,2 and 3.

serge

Well-known Member
Joined
Oct 8, 2008
Messages
1,404
Office Version
  1. 2007
Platform
  1. Windows
Hi, I have this formula that work fine for me ( in Blue table ), but now I need to tweak it for not returning the digits : 1,2,3 .( in green table starting in S6.

See example below. Thank you.
Excel Workbook
CDEFGHIJKLMNOPQRSTUV
5
6872582578578
7126731236767
81307501357570
9
Sheet
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Sorry, it didn't display the whole formula.

=IF(ISERROR(FIND(0,$D6&$E6&$F6&$G6&$H6&$I6,1)),IF(ISERROR(FIND(1,$D6&$E6&$F6&$G6&$H6&$I6,1)),IF(ISERROR(FIND(2,$D6&$E6&$F6&$G6&$H6&$I6,1)),IF(ISERROR(FIND(3,$D6&$E6&$F6&$G6&$H6&$I6,1)),IF(ISERROR(FIND(4,$D6&$E6&$F6&$G6&$H6&$I6,1)),IF(ISERROR(FIND(5,$D6&$E6&$F6&$G6&$H6&$I6,1)),"",5),4),3),2),1),0)
 
Upvote 0
Hi Serge!

How are you?

Try this:

Code:
In K6:
=IFERROR(SMALL(IF(ISNUMBER(MATCH(COLUMN($D$6:$H$6)-COLUMN($D$6)+1,MATCH($D6:$H6,$D6:$H6,0),0)),$D6:$H6),COLUMNS($K$6:K$6)),"")

In S6:
=IFERROR(SMALL(IF(ISNUMBER(MATCH(COLUMN($D$6:$H$6)-COLUMN($D$6)+1,MATCH($D6:$H6,$D6:$H6,0),0)),IF(($D6:$H6<1)+($D6:$H6>3),$D6:$H6)),COLUMNS($S$6:S$6)),"")

Markmzz
 
Last edited:
Upvote 0
Serge,

I forgot: Array Formula - use Ctrl+Shift+Enter to enter the formula.

Markmzz
 
Last edited:
Upvote 0
Hi Mark,

I'm fine thank you, hope you too,

Your formulas work great thank you again, like always very satisfied.
Serge.
 
Upvote 0
Hi Mark,

I'm fine thank you, hope you too,

Your formulas work great thank you again, like always very satisfied.
Serge.

Serge,

I'm fine too, thank you.

Thank's too for the feedback and your nice words.

Markmzz
 
Upvote 0

Forum statistics

Threads
1,215,086
Messages
6,123,040
Members
449,092
Latest member
ikke

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