Excel formula to convert groups of columns to a single row -
i struggling formula. have tried number of different calculations, cannot seem figure out. below data table
what trying achieve below
if source starts a1 (not row number, date value), put formulas in
q1: =int((row()-1)/3)+1
r1: =indirect(address(q1,(mod((row()-1),3))*5+1))
s1: =indirect(address(q1,(mod((row()-1),3))*5+2))
t1: =indirect(address(q1,(mod((row()-1),3))*5+3))
u1: =indirect(address(q1,(mod((row()-1),3))*5+4))
then select 5 cells, , pull them down, results
Comments
Post a Comment