+ Reply to Thread
Results 1 to 3 of 3

copy conditional formulas that reference one cell

  1. #1
    John Sempek Builder
    Guest

    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. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,786
    If you're filling down then you need to fix the row number so you need

    J$3

  3. #3
    Bill Kuunders
    Guest

    Re: 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 [email protected]> wrote
    in message news:[email protected]...
    >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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1