iserror, index & if

  • Thread starter Thread starter Sueellen1312
  • Start date Start date
S

Sueellen1312

I'm trying to design a workbook that has a front sheet where you input all
the information, then a function that will copy it to relevant worksheet
within the workbook ie 4,7, etc etc, but there will be multiple information
on the front sheet to copy to the relevant sheet.
Sheet 1 INput
Sheet 2 4
Sheet 3 7
sheet 4 54 & so on
 
Sueellen1312 said:
I'm trying to design a workbook that has a front sheet where you input all
the information, then a function that will copy it to relevant worksheet
within the workbook ie 4,7, etc etc, but there will be multiple information
on the front sheet to copy to the relevant sheet.
Sheet 1 INput
Sheet 2 4
Sheet 3 7
sheet 4 54 & so on


Is there a formula utilizing ISERROR, IDNEX and IF that you are having a problem
with? If you posted that, along with a better description of what you are
trying to accomplish, maybe someone could help.
 
You need to give more details of the columns you are using. Presumably
one column will be used to determine which set of data that record
belongs to (4, 7, 54 etc), but what other information will you want to
copy across?

Pete
 
Sueellen1312 -

Can you just put references in the other worksheets so they always point to
the cells on the first worksheet?
 
Not enough detail to even hazard a guess about iserror, index and if


Gord Dibben MS Excel MVP
 
Back
Top