Sam, maybe you'd like to try these 2 amendments to Biff's suggested set-up
On the sheet where the number table is:
In K20 enter this formula and copy down:
= A20&B20&C20&D20&E20&F20&G20&H20&I20
Put instead in K20:
=TEXT(A20,"00")&TEXT(B20,"00")&TEXT(C20,"00")&TEXT(D20,"00")&TEXT(E20,"00")&
TEXT(F20,"00")&TEXT(G20,"00")&TEXT(H20,"00")&TEXT(I20,"00")
Copy down to K480
On the Summary sheet:
In C2 enter this formula and copy down:
= A2&B2
Put instead in C2:
=TEXT(A2,"00")&TEXT(B2,"00")
Copy C2 down
(The rest of the constructs suggested by Biff remain unchanged)
The above should now enable Biff's solution to work for single digits as
well as double digits
Note that the paired inputs are still assumed in the summary sheet in cols A
and B, from row2 down. If you have 2 single digits as the paired inputs, say
2 and 3, enter these *separately* as per normal into A2:B2 in ascending
sequence (i.e. enter 2 in A2, 3 in B2) as you would for 2 double digits
... There's a slight advantage in my suggested set-up <g>: It enables you to
enter the paired inputs in Sheet2's cols A and B in any order, and also the
source data in Sheet1 need not be in ascending sequence [on a per row basis]
as well ..