I want the formula to add +6 for each row, for example =C5, then =C11, =C17, =C23 / =CONCATENATE(C6;D6), =CONCATENATE(C12;D12) =CONCATENATE(C18;D18) and continuing. Is this possible?
I want the formula to add +6 for each row, for example =C5, then =C11, =C17, =C23 / =CONCATENATE(C6;D6), =CONCATENATE(C12;D12) =CONCATENATE(C18;D18) and continuing. Is this possible?
Try this:
=CONCATENATE(OFFSET($C$6,6*(ROWS(H$6:H6)-1),,,),OFFSET($D$6,6*(ROWS(H$6:H6)-1),,,))
see sheet. Adjust the H6 bits to suit wherever you start this list (keeps it working if/when you delete rows/columns)
Glenn
Thank you Glenn Kennedy! Worked perfectly!
You are welcome.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks