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

source data

what trying achieve below

required result

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

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

Voice chat over bluetooth between Android & Python (pybluez) -

Integrate jquery-globalize into an ASP.NET Core MVC App -