Importing Data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a workbook with five(5) sheets and I am trying to import data on sheet
four from sheet 2.
 
You can use copy/paste, you can use formulas such as
=if(isblank(sheet2!a1),"",sheet2!a1) in cell A1 of sheet4 and drag that
formula to adjacent cells.
How much data are you talking about? Is this a one time thing?
 
Dave,

I will try your suggestion, the occurance is not all that often, I do have
four sheets in the workbook and some of the info on sheet 2 has to go from 2
to 3 or to 4.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top