Question : Referencing merged cells using the "Indirect" function

I want to be able to display values from another worksheet using the "Indirect" function (see attached spreadsheet)  The problem I am having is that the cells are merged (see sheet 1), which creates gaps in the sheet I am trying to display the values on (see sheet 2, column A).  I would like it to be able to ignore any blank cells (see sheet 2, column B).

Thanks.
Attachments:
 
Example
 

Answer : Referencing merged cells using the "Indirect" function

Try this formula in c2 copied down

=INDEX(Sheet2!$6:$6,(ROWS(C$2:C2)-1)*3+1)

regards, barry

Random Solutions  
 
programming4us programming4us