Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default Fill down formula (but changing cell value by two)

I have the college basketball pool entered. I want to have it fill in the
winners into the appropriate cell. I have the following, which works:
C33=IF(E3F3,C3,IF(E3="","",D3))
C34=IF(E5F5,C5,IF(E5="","",D5))
D33=IF(E4F4,C4,IF(F4="","",D4))
D34=IF(E6F6,C6,IF(F6="","",D6))
However, when I fill down it wants to add one to each cell value when I
really want it to add two. How do I get this to fill in correctly?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Fill down formula (but changing cell value by two)

For you C33 formula, try
=IF(OFFSET(E$3,2*(ROWS(C$33:C33)-1),0)OFFSET(F$3,2*ROWS((C$33:C33)-1),0),OFFSET(C$3,2*(ROWS(C$33:C33)-1),0),IF(OFFSET(E$3,2*(ROWS(C$33:C33)-1),0)="","",OFFSET(D$3,2*(ROWS(C$33:C33)-1),0)))
--
David Biddulph

"jbly" wrote in message
...
I have the college basketball pool entered. I want to have it fill in the
winners into the appropriate cell. I have the following, which works:
C33=IF(E3F3,C3,IF(E3="","",D3))
C34=IF(E5F5,C5,IF(E5="","",D5))
D33=IF(E4F4,C4,IF(F4="","",D4))
D34=IF(E6F6,C6,IF(F6="","",D6))
However, when I fill down it wants to add one to each cell value when I
really want it to add two. How do I get this to fill in correctly?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default Fill down formula (but changing cell value by two)

Excellent, exactly what I needed. Thanks so much. I'll breakdown your formula
so I understand what the function is doing.

"David Biddulph" wrote:

For you C33 formula, try
=IF(OFFSET(E$3,2*(ROWS(C$33:C33)-1),0)OFFSET(F$3,2*ROWS((C$33:C33)-1),0),OFFSET(C$3,2*(ROWS(C$33:C33)-1),0),IF(OFFSET(E$3,2*(ROWS(C$33:C33)-1),0)="","",OFFSET(D$3,2*(ROWS(C$33:C33)-1),0)))
--
David Biddulph

"jbly" wrote in message
...
I have the college basketball pool entered. I want to have it fill in the
winners into the appropriate cell. I have the following, which works:
C33=IF(E3F3,C3,IF(E3="","",D3))
C34=IF(E5F5,C5,IF(E5="","",D5))
D33=IF(E4F4,C4,IF(F4="","",D4))
D34=IF(E6F6,C6,IF(F6="","",D6))
However, when I fill down it wants to add one to each cell value when I
really want it to add two. How do I get this to fill in correctly?




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
formula, with constant cell, trouble with fill down Municorn1977 Excel Discussion (Misc queries) 4 March 3rd 08 09:36 PM
Changing the fill color of a cell cquintero57 Excel Discussion (Misc queries) 2 December 11th 07 04:20 PM
Fill down formula not cell content kmwhitt Excel Discussion (Misc queries) 5 July 5th 07 07:06 PM
How do I fill down keeping one cell calculation from changing in . WC Excel Discussion (Misc queries) 2 February 15th 05 01:57 PM
Changing Cell Fill Colour Nick Excel Discussion (Misc queries) 4 December 6th 04 10:05 PM


All times are GMT +1. The time now is 02:21 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"