PC Review


Reply
Thread Tools Rate Thread

Copy a formula to the right increasing the rows from another works

 
 
Tracy
Guest
Posts: n/a
 
      26th Aug 2008
I posted this question this morning, but I did not get a resolve.

Maybe this is a little more clear.
I have two worksheets within my file

Worksheet called "Call List" and another called "Div 6"

Within the Div 6 worksheet I have a formula in cell (G7) which copies
information I already input from cell E817 from the Call List wksht. I now
want to fill and/or copy that formula in Div 6 G7 to all the cells adjacent
to the right while increaseing the formula from the Call List worksheet by
one row. So I am filling/copying a formula to the right from a worksheet
that has the information going down. Everytime I try to copy the formula the
column keeps increasing instead of the row, i.e E817, G817 when I want the
formula to read E817, E818, E819, ect.

Call List Worksheet Div 6 Worksheet
E G H I
817 bob 7 bob (from E817) E818 E819
818 ted
819 bill

--
Tracy
 
Reply With Quote
 
 
 
 
macropod
Guest
Posts: n/a
 
      26th Aug 2008
Hi Tracy,

In G7, try:
=OFFSET($E$817,COLUMN()-7,)
then copy across as far as needed.

--
Cheers
macropod
[MVP - Microsoft Word]


"Tracy" <(E-Mail Removed)> wrote in message news:4D0BBFB7-7D1B-4BC3-9DE7-(E-Mail Removed)...
>I posted this question this morning, but I did not get a resolve.
>
> Maybe this is a little more clear.
> I have two worksheets within my file
>
> Worksheet called "Call List" and another called "Div 6"
>
> Within the Div 6 worksheet I have a formula in cell (G7) which copies
> information I already input from cell E817 from the Call List wksht. I now
> want to fill and/or copy that formula in Div 6 G7 to all the cells adjacent
> to the right while increaseing the formula from the Call List worksheet by
> one row. So I am filling/copying a formula to the right from a worksheet
> that has the information going down. Everytime I try to copy the formula the
> column keeps increasing instead of the row, i.e E817, G817 when I want the
> formula to read E817, E818, E819, ect.
>
> Call List Worksheet Div 6 Worksheet
> E G H I
> 817 bob 7 bob (from E817) E818 E819
> 818 ted
> 819 bill
>
> --
> Tracy

 
Reply With Quote
 
Pete_UK
Guest
Posts: n/a
 
      26th Aug 2008
Tracy,

please put this formula in G7 of the Div 6 sheet:

=INDIRECT("'CallList'!E"&(816+COLUMN(A1)))

then copy it across the row. You will get:

bob ted bill etc

as required.

Hope this helps.

Pete

On Aug 26, 10:32*pm, Tracy <Tr...@discussions.microsoft.com> wrote:
> I posted this question this morning, but I did not get a resolve.
>
> Maybe this is a little more clear.
> *I have two worksheets within my file
>
> Worksheet called "Call List" and another called "Div 6"
>
> Within the Div 6 worksheet I have a formula in cell (G7) which copies
> information I already input from cell E817 from the Call List wksht. *Inow
> want to fill and/or copy that formula in Div 6 G7 to all the cells adjacent
> to the right while increaseing the formula from the Call List worksheet by
> one row. *So I am filling/copying a formula to the right from a worksheet
> that has the information going down. *Everytime I try to copy the formula the
> column keeps increasing instead of the row, i.e E817, G817 when I want the
> formula to read E817, E818, E819, ect.
>
> Call List Worksheet * * * * Div 6 Worksheet
> * * * * *E * * * * * * * * * * * * * * G * * * * * * * * * * * H * * * * *I
> 817 * bob * * * * * * * * * * 7 *bob (from E817) *E818 * *E819
> 818 * ted
> 819 * bill
>
> --
> Tracy


 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      26th Aug 2008
Tracy

Same answers as you got to your earlier posting.

Please stick with one thread until you get satisfaction.

Several of the formulas already given will do what you want.


Gord Dibben MS Excel MVP

On Tue, 26 Aug 2008 14:32:01 -0700, Tracy <(E-Mail Removed)>
wrote:

>I posted this question this morning, but I did not get a resolve.
>
>Maybe this is a little more clear.
> I have two worksheets within my file
>
>Worksheet called "Call List" and another called "Div 6"
>
>Within the Div 6 worksheet I have a formula in cell (G7) which copies
>information I already input from cell E817 from the Call List wksht. I now
>want to fill and/or copy that formula in Div 6 G7 to all the cells adjacent
>to the right while increaseing the formula from the Call List worksheet by
>one row. So I am filling/copying a formula to the right from a worksheet
>that has the information going down. Everytime I try to copy the formula the
>column keeps increasing instead of the row, i.e E817, G817 when I want the
>formula to read E817, E818, E819, ect.
>
>Call List Worksheet Div 6 Worksheet
> E G H I
>817 bob 7 bob (from E817) E818 E819
>818 ted
>819 bill


 
Reply With Quote
 
Tracy
Guest
Posts: n/a
 
      27th Aug 2008
Pete,

Thank you, thank you, thank you. Hours of work, gone in a flash of a formula.
Bloody Nora you made it seem easy. Many thanks. Cheers!!
--
Tracy


"Pete_UK" wrote:

> Tracy,
>
> please put this formula in G7 of the Div 6 sheet:
>
> =INDIRECT("'CallList'!E"&(816+COLUMN(A1)))
>
> then copy it across the row. You will get:
>
> bob ted bill etc
>
> as required.
>
> Hope this helps.
>
> Pete
>
> On Aug 26, 10:32 pm, Tracy <Tr...@discussions.microsoft.com> wrote:
> > I posted this question this morning, but I did not get a resolve.
> >
> > Maybe this is a little more clear.
> > I have two worksheets within my file
> >
> > Worksheet called "Call List" and another called "Div 6"
> >
> > Within the Div 6 worksheet I have a formula in cell (G7) which copies
> > information I already input from cell E817 from the Call List wksht. I now
> > want to fill and/or copy that formula in Div 6 G7 to all the cells adjacent
> > to the right while increaseing the formula from the Call List worksheet by
> > one row. So I am filling/copying a formula to the right from a worksheet
> > that has the information going down. Everytime I try to copy the formula the
> > column keeps increasing instead of the row, i.e E817, G817 when I want the
> > formula to read E817, E818, E819, ect.
> >
> > Call List Worksheet Div 6 Worksheet
> > E G H I
> > 817 bob 7 bob (from E817) E818 E819
> > 818 ted
> > 819 bill
> >
> > --
> > Tracy

>
>

 
Reply With Quote
 
Tracy
Guest
Posts: n/a
 
      27th Aug 2008
Pete, one more question if I can be so bold to ask.
Can you take this formula and make it able to copy across like the other
formula increaseing the cell 817 to 818, 819, etc..?

=IF('Call List'!$B$817=1,'Call List'!$D$817,"Not in Use")
--
Tracy


"Pete_UK" wrote:

> Tracy,
>
> please put this formula in G7 of the Div 6 sheet:
>
> =INDIRECT("'CallList'!E"&(816+COLUMN(A1)))
>
> then copy it across the row. You will get:
>
> bob ted bill etc
>
> as required.
>
> Hope this helps.
>
> Pete
>
> On Aug 26, 10:32 pm, Tracy <Tr...@discussions.microsoft.com> wrote:
> > I posted this question this morning, but I did not get a resolve.
> >
> > Maybe this is a little more clear.
> > I have two worksheets within my file
> >
> > Worksheet called "Call List" and another called "Div 6"
> >
> > Within the Div 6 worksheet I have a formula in cell (G7) which copies
> > information I already input from cell E817 from the Call List wksht. I now
> > want to fill and/or copy that formula in Div 6 G7 to all the cells adjacent
> > to the right while increaseing the formula from the Call List worksheet by
> > one row. So I am filling/copying a formula to the right from a worksheet
> > that has the information going down. Everytime I try to copy the formula the
> > column keeps increasing instead of the row, i.e E817, G817 when I want the
> > formula to read E817, E818, E819, ect.
> >
> > Call List Worksheet Div 6 Worksheet
> > E G H I
> > 817 bob 7 bob (from E817) E818 E819
> > 818 ted
> > 819 bill
> >
> > --
> > Tracy

>
>

 
Reply With Quote
 
Pete_UK
Guest
Posts: n/a
 
      27th Aug 2008
You're welcome, Tracy - I'm glad you gave it a go.

Pete

On Aug 27, 2:48*pm, Tracy <Tr...@discussions.microsoft.com> wrote:
> Pete,
>
> Thank you, thank you, thank you. Hours of work, gone in a flash of a formula.
> Bloody Nora you made it seem easy. Many thanks. Cheers!!
> --
> Tracy
>

 
Reply With Quote
 
Pete_UK
Guest
Posts: n/a
 
      27th Aug 2008
Try this, then, Tracy:

=IF(INDIRECT("'Call List'!B"&(816+COLUMN(A1)))=1,INDIRECT("'Call List'!
D"&(816+COLUMN(A1))),"Not in Use")

The $ symbols are not required here as the references to B and D will
not change as they are text values.

Just copy this across as required.

Hope this helps.

Pete

On Aug 27, 2:50*pm, Tracy <Tr...@discussions.microsoft.com> wrote:
> Pete, one more question if I can be so bold to ask.
> Can you take this formula and make it able to copy across like the other
> formula increaseing the cell 817 to 818, 819, etc..?
>
> =IF('Call List'!$B$817=1,'Call List'!$D$817,"Not in Use")
> --
> Tracy
>
>
>
> "Pete_UK" wrote:
> > Tracy,

>
> > please put this formula in G7 of the Div 6 sheet:

>
> > =INDIRECT("'CallList'!E"&(816+COLUMN(A1)))

>
> > then copy it across the row. You will get:

>
> > bob * * *ted * * *bill * * *etc

>
> > as required.

>
> > Hope this helps.

>
> > Pete

>
> > On Aug 26, 10:32 pm, Tracy <Tr...@discussions.microsoft.com> wrote:
> > > I posted this question this morning, but I did not get a resolve.

>
> > > Maybe this is a little more clear.
> > > *I have two worksheets within my file

>
> > > Worksheet called "Call List" and another called "Div 6"

>
> > > Within the Div 6 worksheet I have a formula in cell (G7) which copies
> > > information I already input from cell E817 from the Call List wksht. *I now
> > > want to fill and/or copy that formula in Div 6 G7 to all the cells adjacent
> > > to the right while increaseing the formula from the Call List worksheet by
> > > one row. *So I am filling/copying a formula to the right from a worksheet
> > > that has the information going down. *Everytime I try to copy the formula the
> > > column keeps increasing instead of the row, i.e E817, G817 when I want the
> > > formula to read E817, E818, E819, ect.

>
> > > Call List Worksheet * * * * Div 6 Worksheet
> > > * * * * *E * * * * * * * * * * * * * * G * * * * * * * * * * * H * * * * *I
> > > 817 * bob * * * * * * * * * * 7 *bob (from E817) *E818 * *E819
> > > 818 * ted
> > > 819 * bill

>
> > > --
> > > Tracy- Hide quoted text -

>
> - Show quoted text -


 
Reply With Quote
 
Tracy
Guest
Posts: n/a
 
      27th Aug 2008
Once again Thank you Pete for all your help.
--
Tracy


"Pete_UK" wrote:

> Try this, then, Tracy:
>
> =IF(INDIRECT("'Call List'!B"&(816+COLUMN(A1)))=1,INDIRECT("'Call List'!
> D"&(816+COLUMN(A1))),"Not in Use")
>
> The $ symbols are not required here as the references to B and D will
> not change as they are text values.
>
> Just copy this across as required.
>
> Hope this helps.
>
> Pete
>
> On Aug 27, 2:50 pm, Tracy <Tr...@discussions.microsoft.com> wrote:
> > Pete, one more question if I can be so bold to ask.
> > Can you take this formula and make it able to copy across like the other
> > formula increaseing the cell 817 to 818, 819, etc..?
> >
> > =IF('Call List'!$B$817=1,'Call List'!$D$817,"Not in Use")
> > --
> > Tracy
> >
> >
> >
> > "Pete_UK" wrote:
> > > Tracy,

> >
> > > please put this formula in G7 of the Div 6 sheet:

> >
> > > =INDIRECT("'CallList'!E"&(816+COLUMN(A1)))

> >
> > > then copy it across the row. You will get:

> >
> > > bob ted bill etc

> >
> > > as required.

> >
> > > Hope this helps.

> >
> > > Pete

> >
> > > On Aug 26, 10:32 pm, Tracy <Tr...@discussions.microsoft.com> wrote:
> > > > I posted this question this morning, but I did not get a resolve.

> >
> > > > Maybe this is a little more clear.
> > > > I have two worksheets within my file

> >
> > > > Worksheet called "Call List" and another called "Div 6"

> >
> > > > Within the Div 6 worksheet I have a formula in cell (G7) which copies
> > > > information I already input from cell E817 from the Call List wksht. I now
> > > > want to fill and/or copy that formula in Div 6 G7 to all the cells adjacent
> > > > to the right while increaseing the formula from the Call List worksheet by
> > > > one row. So I am filling/copying a formula to the right from a worksheet
> > > > that has the information going down. Everytime I try to copy the formula the
> > > > column keeps increasing instead of the row, i.e E817, G817 when I want the
> > > > formula to read E817, E818, E819, ect.

> >
> > > > Call List Worksheet Div 6 Worksheet
> > > > E G H I
> > > > 817 bob 7 bob (from E817) E818 E819
> > > > 818 ted
> > > > 819 bill

> >
> > > > --
> > > > Tracy- Hide quoted text -

> >
> > - Show quoted text -

>
>

 
Reply With Quote
 
Pete_UK
Guest
Posts: n/a
 
      27th Aug 2008
That's okay - thanks for feeding back.

Pete

On Aug 27, 4:45*pm, Tracy <Tr...@discussions.microsoft.com> wrote:
> Once again Thank you Pete for all your help.
> --
> Tracy
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I copy a formula with the cell increasing by increments? =?Utf-8?B?SmF4Ym9v?= Microsoft Excel Misc 21 3rd May 2010 08:44 PM
How do I copy a formula with the cell increasing by increments dgb82 Microsoft Excel Programming 1 22nd Aug 2008 09:41 PM
dragging formula works for columns but not rows? Meenie Microsoft Excel Misc 2 19th Mar 2008 02:15 PM
Adjusting formula so it works even if some rows above empty? StargateFanFromWork Microsoft Excel Discussion 2 8th Nov 2006 05:27 PM
How do I copy a formula with increasing worksheet numbers =?Utf-8?B?SGFycmlzb25fMDU=?= Microsoft Excel Misc 2 30th Apr 2006 12:57 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:18 AM.