• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

to put next column value if row become blank

This is a variation on a cross-tab unpivoting exercise.
The parameter and column field are given by
= INDEX(header,[@Row])
= INDEX(grid,[@Row],[@Col])

where the row and column numbers are
=1 + MOD([@k]-1,6)
= CEILING( [@k], 6 ) / 6

60362
 

Attachments

Back
Top