Hi ,
I have List A and List B , I want to produce the result as shown in the Output Column, Is there any formula to have this permutation Combination output?
Thanks in advance for your help.
Hi ,
I have List A and List B , I want to produce the result as shown in the Output Column, Is there any formula to have this permutation Combination output?
Thanks in advance for your help.
I think there may be a shorter formula using LOOKUP but this solution should work
=(INDEX($A$2:$A$100,INT(((ROW(A1)-1)/COUNT($B$2:$B$100))+1))&"."&INDEX($B$2:$B$100,MOD(ROW(A1)-1,5)+1))+0
Does that work for you?
ChemistB
My 2?
substitute commas with semi-colons if your region settings requires
Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)
Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble
This extends ChemistB's solution to be generalized to work with any number of entries in either column. It assumes all entries are numbers, and headers in row 1, as shown in the example. Use in D2 and copy down as far as needed.
![]()
Please Login or Register to view this content.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks