+ Reply to Thread
Results 1 to 5 of 5

Incremental formula problem

  1. #1
    Benjamin
    Guest

    Incremental formula problem

    I have the folowing formula:

    IF(ISBLANK(P31),"0",O30+1)

    I need to copy this formula down a column, but add 1 to the ned of formula
    each row.. O30+2 .. O30+3.. etc.

    Any help?

    TIA

  2. #2
    Zbigniew Lewandowski
    Guest

    Re: Incremental formula problem

    >I have the folowing formula:
    >
    > IF(ISBLANK(P31),"0",O30+1)
    >
    > I need to copy this formula down a column, but add 1 to the ned of formula
    > each row.. O30+2 .. O30+3.. etc.
    >
    > Any help?
    > TIA


    Hi
    use example:
    IF(ISBLANK(P31),"0",O30+ROW(A1))
    Regards
    Zbych



  3. #3
    Benjamin
    Guest

    Re: Incremental formula problem

    Thank you. How does it work?

    "Zbigniew Lewandowski" wrote:

    > >I have the folowing formula:
    > >
    > > IF(ISBLANK(P31),"0",O30+1)
    > >
    > > I need to copy this formula down a column, but add 1 to the ned of formula
    > > each row.. O30+2 .. O30+3.. etc.
    > >
    > > Any help?
    > > TIA

    >
    > Hi
    > use example:
    > IF(ISBLANK(P31),"0",O30+ROW(A1))
    > Regards
    > Zbych
    >
    >
    >


  4. #4
    Zbigniew Lewandowski
    Guest

    Re: Incremental formula problem

    > Thank you. How does it work?
    function ROW(A1) return number of row in address A1,
    if you copy this formula down a column, exist row(a1), row(a2), row(a3),
    etc.
    this function return 1, 2, 3, etc.
    Regards
    Zbych

    >> >I have the folowing formula:
    >> >
    >> > IF(ISBLANK(P31),"0",O30+1)
    >> >
    >> > I need to copy this formula down a column, but add 1 to the ned of
    >> > formula
    >> > each row.. O30+2 .. O30+3.. etc.
    >> >
    >> > Any help?
    >> > TIA

    >>
    >> Hi
    >> use example:
    >> IF(ISBLANK(P31),"0",O30+ROW(A1))
    >> Regards
    >> Zbych




  5. #5
    Benjamin
    Guest

    Re: Incremental formula problem

    Thanks again.

    "Zbigniew Lewandowski" wrote:

    > > Thank you. How does it work?

    > function ROW(A1) return number of row in address A1,
    > if you copy this formula down a column, exist row(a1), row(a2), row(a3),
    > etc.
    > this function return 1, 2, 3, etc.
    > Regards
    > Zbych
    >
    > >> >I have the folowing formula:
    > >> >
    > >> > IF(ISBLANK(P31),"0",O30+1)
    > >> >
    > >> > I need to copy this formula down a column, but add 1 to the ned of
    > >> > formula
    > >> > each row.. O30+2 .. O30+3.. etc.
    > >> >
    > >> > Any help?
    > >> > TIA
    > >>
    > >> Hi
    > >> use example:
    > >> IF(ISBLANK(P31),"0",O30+ROW(A1))
    > >> Regards
    > >> Zbych

    >
    >
    >


+ 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