Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
fraustrated
 
Posts: n/a
Default how do i extend the series of a portion of a formula?

Hi,

In MS excel, I have a formula with a couple of fields in it that I want to
drag down, but I only want one of the fields in the formula to auto-extend
(as in a series). I want the other field to remain constant.

This is an example of how I want my series to appear:


=IF(B1=1,C250*3,0)
=IF(B2=1,C250*3,0)
=IF(B3=1,C250*3,0)
....
=IF(B100=1,C250*3,0)

This is what Excel does whenever I drag the auto-fill button.

=IF(B1=1,C250*3,0)
=IF(B2=1,C251*3,0)
=IF(B3=1,C252*3,0)
....
=IF(B100=1,C350*3,0)


Notice on the first example that Column B is auto-extended, while column C
remains at C250. Whenever I drag down on the auto-fill, it always extends
both the B and C column values, I only want the B column to auto-extend.

How do I accomplish this using fill-dragging?



  #2   Report Post  
bj
 
Posts: n/a
Default

insert a $ in front of the number to stay on the same row
=IF(B1=1,C$250*3,0)


"fraustrated" wrote:

Hi,

In MS excel, I have a formula with a couple of fields in it that I want to
drag down, but I only want one of the fields in the formula to auto-extend
(as in a series). I want the other field to remain constant.

This is an example of how I want my series to appear:


=IF(B1=1,C250*3,0)
=IF(B2=1,C250*3,0)
=IF(B3=1,C250*3,0)
...
=IF(B100=1,C250*3,0)

This is what Excel does whenever I drag the auto-fill button.

=IF(B1=1,C250*3,0)
=IF(B2=1,C251*3,0)
=IF(B3=1,C252*3,0)
...
=IF(B100=1,C350*3,0)


Notice on the first example that Column B is auto-extended, while column C
remains at C250. Whenever I drag down on the auto-fill, it always extends
both the B and C column values, I only want the B column to auto-extend.

How do I accomplish this using fill-dragging?



  #3   Report Post  
bj
 
Posts: n/a
Default

I also meant to add drag the formula with the $ down

"fraustrated" wrote:

Hi,

In MS excel, I have a formula with a couple of fields in it that I want to
drag down, but I only want one of the fields in the formula to auto-extend
(as in a series). I want the other field to remain constant.

This is an example of how I want my series to appear:


=IF(B1=1,C250*3,0)
=IF(B2=1,C250*3,0)
=IF(B3=1,C250*3,0)
...
=IF(B100=1,C250*3,0)

This is what Excel does whenever I drag the auto-fill button.

=IF(B1=1,C250*3,0)
=IF(B2=1,C251*3,0)
=IF(B3=1,C252*3,0)
...
=IF(B100=1,C350*3,0)


Notice on the first example that Column B is auto-extended, while column C
remains at C250. Whenever I drag down on the auto-fill, it always extends
both the B and C column values, I only want the B column to auto-extend.

How do I accomplish this using fill-dragging?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to change Series order in a Combination Chart? vrk1 Charts and Charting in Excel 3 April 1st 05 07:21 AM
How to change Series Order in a Combination Chart? vrk1 Excel Discussion (Misc queries) 0 March 31st 05 11:19 PM
series graph -- one series being added to another series rich zielinski via OfficeKB.com Charts and Charting in Excel 3 March 30th 05 06:23 PM
Dynamic series in Chart Jeff Charts and Charting in Excel 2 February 24th 05 11:54 AM
Extending a Chart Data Series from an Array - Can it be done? Jon Peltier Charts and Charting in Excel 4 November 30th 04 03:30 AM


All times are GMT +1. The time now is 06:54 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"