Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
John Sempek Builder
 
Posts: n/a
Default copy conditional formulas that reference one cell

I would like to "fill down" a conditional "IF" formula while referencing one
cell value in all rows:
=IF(D12=0,"",$J3/D12)
=IF(D13=0,"",$J3/D13)
=IF(D14=0,"",$J3/D14)
=IF(D15=0,"",$J3/D15)
I thought the $J3 would remain fixed if it was consistantly fixed in at
least three rows and had the $ in front of it. What am I doing wrong or is
this option not available?
  #2   Report Post  
Posted to microsoft.public.excel.misc
daddylonglegs
 
Posts: n/a
Default copy conditional formulas that reference one cell


If you're filling down then you need to fix the row number so you need

J$3


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=503699

  #3   Report Post  
Posted to microsoft.public.excel.misc
Bill Kuunders
 
Posts: n/a
Default copy conditional formulas that reference one cell

try =IF(D12=0,"",J$3/D12)

putting the $ in front of the row number in stead of the column letter.

you do not have to have three of them to make it work..


--
Greetings from New Zealand
Bill K
"John Sempek Builder" <John Sempek wrote
in message ...
I would like to "fill down" a conditional "IF" formula while referencing
one
cell value in all rows:
=IF(D12=0,"",$J3/D12)
=IF(D13=0,"",$J3/D13)
=IF(D14=0,"",$J3/D14)
=IF(D15=0,"",$J3/D15)
I thought the $J3 would remain fixed if it was consistantly fixed in at
least three rows and had the $ in front of it. What am I doing wrong or is
this option not available?



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
Maintaining cell reference after sorting GRITS Excel Discussion (Misc queries) 2 April 30th 23 07:42 PM
Dates of a Day for a month & year cell formulas mikeburg Excel Discussion (Misc queries) 2 December 29th 05 10:14 PM
Excel 2003 - Copy Cell Reference Nicole Excel Worksheet Functions 2 September 7th 05 05:46 PM
how do i copy a formula's result to another cell, without copying. Mili Excel Worksheet Functions 1 March 29th 05 01:53 AM
Conditional Formatting using result of Cell Formulas Dave Peterson Excel Discussion (Misc queries) 0 January 26th 05 02:17 AM


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