View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
cahabbinga cahabbinga is offline
external usenet poster
 
Posts: 7
Default copy data of two cells from Sheet 2 into one cell in Sheet 1

I have a workbook with multiple sheets, the first sheet is a summary sheet.
I'm trying to copy data from two separate cells in one sheet to one cell in
the summary sheet.

CLARIFICATION: From Sheet 2 I have data in cells K33 & K34. I need to have
the data from both of these cells automatically copy into cell Q28 on the
summary sheet.

DATA from cell K33 -- N3/12;
DATA from cell K34 -- cldy;rn

So that cell Q28 will read N3/12;cldy;rn

Can someone please help me out with this... Thank you!