Where in the summary sheet is the pulled data going? Does each sheet's cells go into a row in consecutive columns?
example:
3 worksheets: Summary, Sheet1, Sheet2
Summary sheet has headers from A1:E1 (5 columns, because only 5 cells - K2, F21, H21, F22, and H22 - are being pulled)
Look in Sheet1, collect those cells, put them in Summary sheet, A2:E2 (the first empty row)
Look in Sheet2, collect those cells, put them in Summary sheet, A3:E3 (next empty row).

Is that right? If not, please provide the correct information. Also, in what order should those cells' data be captured? Does K2 go in column A, F21 go in column B, etc?