Combinations

dinesh4you

New Member
Joined
Aug 6, 2012
Messages
31
Office Version
  1. 365
Platform
  1. Mobile
Dear sir,
I have some 3 digit numbers in increasing order like as 123, 124, 134, 125, 135, 145 and till 890 where zero is last digit. everyone is in increasing order.

Now i want to search how many combinations will be available from 1 to 8 counting or 1 to 7 counting whichever you can imagine but question is how many combinations of 3 increasing orders from 1 to 8.
 
Well, firstly, those numbers aren't increasing. And your requirement doesn't make sense ... "1 to 8" means what exactly? Same with "3 increasing orders"? Explain clearly what you want, and give examples, maybe?

That explanation seems clearer, but I don't understand what that attachment is showing? It has all figures from 12345678890 and has 120 different output cells, and doesn't seem to be results from a particular combination set of calculations. So, what is that showing, exactly?

I've sent it your email ... by the way here is the same set using my formulas:
Mod note: email addresses removed
Your excel formula can smooth my living and professional life.🙏
 
Last edited by a moderator:
Upvote 0

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
I sent it to the correct email id. I will also send to the alternative one.
 
Upvote 0
Please do not email solutions. Either use XL2BB to post a usable table here, or at least post the formulas in the thread.
 
Upvote 0
The formulas are in thread, more than once, in the screen-shots.
 
Upvote 0
Yes, but pictures of formulas aren't particularly helpful. ;)
 
Upvote 0
In case anyone wants the text of the formulas:

Cell formula A2
=IF(ROW()>COMBIN($F$1,3),"",IF(B1=$F$1-1,A1+1,A1))
Cell formula B2
=IF(ROW()>COMBIN($F$1,3),"",IF(A1<>A2,A2+1,IF(C1=$F$1,B1+1,B1)))
Cell formula C2
=IF(ROW()>COMBIN($F$1,3),"",IF(OR(B1<>B2,A1<>A2),B2+1,C1+1))
Cell formula D2
=IFERROR(INDEX($G$1:$G$10,A2)&INDEX($G$1:$G$10,B2)&INDEX($G$1:$G$10,C2),"")
 
Upvote 0

Forum statistics

Threads
1,215,326
Messages
6,124,263
Members
449,149
Latest member
mwdbActuary

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