Apr 29 2024 10:46 AM
I am not able to post this, maybe it will post eventually. It keeps asking me to correct highlited errors but cant find any
Apr 29 2024 10:48 AM
Apr 29 2024 11:34 AM
Here's at least part of a solution for you. This simple solution presumes that YOU take responsibility for entering the five numbers in ascending order. I'm sure we could devise a way to automate that too, but in the absence of a compelling reason to automate it, I chose to stick with "simple."
The formula in column N relies on converting the numbers in columns A through E to text.
=TEXT(A1,"0")&"-"&TEXT(B1,"0")&"-"&TEXT(C1,"0")&"-"&TEXT(D1,"0")&"-"&TEXT(E1,"0")
It then concatenates those text values with the intervening hyphens, and repeats.
Apr 29 2024 01:16 PM
Apr 29 2024 02:33 PM - edited Apr 29 2024 02:35 PM
I am wondering if I need to be more clear on the instructions.
Apparently. And still.
What I only need or the end goal is to have a formula or formulas to generate numbers base on the given numbers in column A to E. Column N gives a few examples of mixing them.
And the formula I gave does exactly that, and when they're changed in A-E, they change in N. As requested. [you did see the attached spreadsheet as well as the formula in the post, right?]
Notice how the first column numbers are smaller then the second and so forth.
Noted. (Kinda obvious, actually)
So, yes, more clarity. And more clarity on what the solution I gave is (apparently) NOT doing. And given the relative simplicity of the formula I gave, what are you not able to take from that to accomplish the goal. I acknowledged that I did not go to the trouble of automating the ascending sequence of numbers, given that they were all entered that way to begin with.
If that--taking five random numbers and sorting into ascending order-- needs to be automated, then perhaps you could go further still in explaining the context here. What's the "bigger picture" into which this otherwise fairly simple task is fitting? It can be done, but tell us what we're doing it for....
Apr 29 2024 03:23 PM
Here's a quick-and-dirty version that sorts the five numbers into ascending order as well as combining them.
Apr 29 2024 04:15 PM
Apr 29 2024 04:16 PM
Apr 29 2024 04:50 PM
Apr 29 2024 09:13 PM
SolutionApr 29 2024 09:43 PM
Apr 29 2024 10:09 PM
I attached the file.
Formula in column N9.
The idea is like this:
See the first answer.
Apr 29 2024 10:21 PM
Apr 29 2024 10:27 PM
Apr 29 2024 10:29 PM
Apr 30 2024 08:09 AM
Thanks for that solution. I'm not sure how you were able so quickly to deduce that what @Marco365 was seeking was the Cartesian Product.....but that said, I'm still left wondering what kind of context--what kind of practical application--this would ever have. Do you have an example of how this would be used in any setting other than in the mind of Rene Descartes?
Apr 30 2024 09:12 AM
Apr 29 2024 09:13 PM
Solution