For a neater look in Sheet5,
we could suppress the display of extraneous zeros in the sheet
via clicking Tools Options View tab, Uncheck "Zero values" OK
(as zeros will be returned for blank source cells in Sheet4)
Or alternatively, we could use instead in B2:
=IF(OFFSET(Sheet4!$A$2,ROW(A1)-1,COLUMN(A1)-1)=0,"",OFFSET(Sheet4!$A$2,ROW(A1)-1,COLUMN(A1)-1))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---