CARBOB

Well-known Member
Joined
Jun 6, 2005
Messages
1,870
Don't why there is #NAME ? error using the Morefunc (MCONCAT)?


Book1
NOPQR
21[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=NAME]#NAME[/URL] ?[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=NAME]#NAME[/URL] ?[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=NAME]#NAME[/URL] ?[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=NAME]#NAME[/URL] ?[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=NAME]#NAME[/URL] ?
22[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=NAME]#NAME[/URL] ?[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=NAME]#NAME[/URL] ?[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=NAME]#NAME[/URL] ?[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=NAME]#NAME[/URL] ?[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=NAME]#NAME[/URL] ?
23[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=NAME]#NAME[/URL] ?[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=NAME]#NAME[/URL] ?[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=NAME]#NAME[/URL] ?[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=NAME]#NAME[/URL] ?[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=NAME]#NAME[/URL] ?
24[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=NAME]#NAME[/URL] ?[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=NAME]#NAME[/URL] ?[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=NAME]#NAME[/URL] ?[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=NAME]#NAME[/URL] ?[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=NAME]#NAME[/URL] ?
SKIPSUMS
Cell Formulas
RangeFormula
N21=M21&R21
R21=IF(2*LEN(SUBSTITUTE(O21,"E",""))O21),"Y","N")&IF(2*LEN(SUBSTITUTE(P21,"H",""))P21),"Y","N")
O21{=MCONCAT(IF(MOD((MID($I21,{1,2,3},1)+0),2)=0,"E","O"))}
P21{=MCONCAT(IF((MID($I21,{1,2,3},1)+0)<5,"L","H"))}
Q21{=MCONCAT(IF(MOD((MID($I21,{1,2,3},1)+0),8)<3,"O","I"))}
Press CTRL+SHIFT+ENTER to enter array formulas.
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Thanks for the elaborations you provide. Alas, they are Titanese too me.

Digits from Cash 3 draws range 0-9
There 1000 combinations ranging from 000-999

o=odd 1,3,5,7,9
e=even 0,2,4,6
h=high 5,6,7,8,9
l=low 0,1,2,3,4
l=in 3,4,5,6,7
O=out 0,1,2,8,9
 
Upvote 0
The values can be in 3 separate cells or in a single cell.

o/eh/li/o
551OOOHHLIIO
057EOOLHHOII

<tbody>
</tbody>

In D2 control+shift+enter, not just enter, and copy down...

Either:
Rich (BB code):
=TEXTJOIN("",TRUE,IF(ISNUMBER(MATCH(A2:C2,{1,3,5,7,9},0)),"O","E"))
Or:
Rich (BB code):
=TEXTJOIN("",TRUE,IF(ISEVEN(A2:C2+0),"E","O"))

In E2 control+shift+enter, not just enter, and copy down:
Rich (BB code):
=TEXTJOIN("",TRUE,IF(A2:C2>=5,"H","L"))

In F2 control+shift+enter, not just enter, and copy down:
Rich (BB code):
=TEXTJOIN("",TRUE,IF(ISNUMBER(MATCH(A2:C2,{3,4,5,6,7},0)),"I","O"))
 
Upvote 0
o/eh/li/o
551OOOHHLIIO
057EOOLHHOII

<tbody>
</tbody>

In D2 control+shift+enter, not just enter, and copy down...

Either:
Rich (BB code):
=TEXTJOIN("",TRUE,IF(ISNUMBER(MATCH(A2:C2,{1,3,5,7,9},0)),"O","E"))
Or:
Rich (BB code):
=TEXTJOIN("",TRUE,IF(ISEVEN(A2:C2+0),"E","O"))

In E2 control+shift+enter, not just enter, and copy down:
Rich (BB code):
=TEXTJOIN("",TRUE,IF(A2:C2>=5,"H","L"))

In F2 control+shift+enter, not just enter, and copy down:
Rich (BB code):
=TEXTJOIN("",TRUE,IF(ISNUMBER(MATCH(A2:C2,{3,4,5,6,7},0)),"I","O"))

You have skills that I admire. Thank you very much.
 
Upvote 0
You have skills that I admire. Thank you very much.

Is it possible to have the last 2 formulas(=TEXTJOIN("",TRUE,IF(A2:C2>=5,"H","L"));(=TEXTJOIN("",TRUE,IF(ISNUMBER(MATCH(A2:C2,{3,4,5,6,7},0)),"I","O") reference the cell $e21 that has all 3 values in a single cell?
 
Upvote 0

Forum statistics

Threads
1,215,198
Messages
6,123,593
Members
449,109
Latest member
Sebas8956

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