From: Sueellen1312 on
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
From: Glenn on
Sueellen1312 wrote:
> 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.
From: Pete_UK on
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

On Feb 16, 4:18 pm, Sueellen1312
<Sueellen1...(a)discussions.microsoft.com> wrote:
> 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

From: Daryl S on
Sueellen1312 -

Can you just put references in the other worksheets so they always point to
the cells on the first worksheet?

--
Daryl S


"Sueellen1312" wrote:

> 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
From: Gord Dibben on
Not enough detail to even hazard a guess about iserror, index and if


Gord Dibben MS Excel MVP

On Tue, 16 Feb 2010 08:18:03 -0800, Sueellen1312
<Sueellen1312(a)discussions.microsoft.com> wrote:

>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