copy conditional formulas that reference one cell

  • Thread starter John Sempek Builder
  • Start date
J

John Sempek Builder

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?
 
B

Bill Kuunders

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..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top