Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 15
Default Formula auto fill issue

I can't find this same issue in any of the previous posts, so if it has been asked before, I appologize.

I have a formula to check two cells for values. If the values are above zero, then divid them. If not, return a zero.

=IF(G8=0,0,IF(G9=0,,G8/G9))

(This keeps me from getting a #DIV/0 result)

The problem is when I try to auto fill this formula down.

=IF(G8=0,0,IF(G9=0,,G8/G9))
=IF(G10=0,0,IF(G11=0,,G10/G11))
=IF(G12=0,0,IF(G13=0,,G12/G13))

Above, is how I need it to fill, but

=IF(G8=0,0,IF(G9=0,,G8/G9))
=IF(G9=0,0,IF(G10=0,,G9/G10))
=IF(G10=0,0,IF(G11=0,,G10/G11))

this is how it auto fills.

Cells G8 and G9 should be divided, Cells G10 and G11 should be divided, and so on.

I'm sure there has to be an easier way than to type the formula into the 300+ fields, but I can't figure it out.

Any help would be much appreciated.

TD
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
Auto formula fill Connie Martin Excel Discussion (Misc queries) 5 December 19th 06 08:01 PM
Auto fill of formula ksr Excel Worksheet Functions 7 June 6th 06 05:46 PM
Auto Fill Series issue... e3donald Excel Discussion (Misc queries) 3 April 26th 06 08:08 PM
Formula auto-fill help!! daveycmc Excel Worksheet Functions 1 April 11th 06 05:31 PM
auto formula fill Connie Martin Excel Discussion (Misc queries) 1 March 22nd 06 06:11 PM


All times are GMT +1. The time now is 11:48 AM.

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"