+ Reply to Thread
Results 1 to 16 of 16

Need formula for a fixed cell minus last entry on ongoing log

  1. #1
    Kassie
    Guest

    RE: Need formula for a fixed cell minus last entry on ongoing log

    Hi Mari

    Say your first entry is in C2, then in D3 enter =IF(C3="","",$C$2-C3) and
    copy down as far as you want to go. You will then always subtract the last
    entry from the first one, so that in D20, the formula will subtract C20 from
    C2.

    However, if you want the difference between the last 2 entries every time,
    then enter in D3 =IF(C3="","",C2-C3) and copy down. In this case in row 20
    the formula will subtract C20 from C19.

    "Mari C" wrote:

    > Hi all - I need a formula so that I get the difference between the first
    > entry and the last entry - an ongoing log. How do I do that
    >
    > thanks
    >
    > Mari


  2. #2
    Biff
    Guest

    Re: Need formula for a fixed cell minus last entry on ongoing log

    Hi!

    First entry in A1.

    Last entry in An

    =A1-LOOKUP(9.99999999E+307,A:A)

    Biff

    "Mari C" <Mari [email protected]> wrote in message
    news:[email protected]...
    > Hi all - I need a formula so that I get the difference between the first
    > entry and the last entry - an ongoing log. How do I do that
    >
    > thanks
    >
    > Mari




  3. #3
    Mari C
    Guest

    Re: Need formula for a fixed cell minus last entry on ongoing log

    Thanks biff - after I limited the size of the column I was able to enter it
    in the bottom of the column
    Mari

    "Biff" wrote:

    > Hi!
    >
    > First entry in A1.
    >
    > Last entry in An
    >
    > =A1-LOOKUP(9.99999999E+307,A:A)
    >
    > Biff
    >
    > "Mari C" <Mari [email protected]> wrote in message
    > news:[email protected]...
    > > Hi all - I need a formula so that I get the difference between the first
    > > entry and the last entry - an ongoing log. How do I do that
    > >
    > > thanks
    > >
    > > Mari

    >
    >
    >


  4. #4
    Mari C
    Guest

    RE: Need formula for a fixed cell minus last entry on ongoing log

    Hi Kassie

    I needed to enter 20 columns so I wanted the sum at the bottom of the column
    - biffs formula worked better for the layout of the page but yours was great
    too. thanks a bunch

    "Kassie" wrote:

    > Hi Mari
    >
    > Say your first entry is in C2, then in D3 enter =IF(C3="","",$C$2-C3) and
    > copy down as far as you want to go. You will then always subtract the last
    > entry from the first one, so that in D20, the formula will subtract C20 from
    > C2.
    >
    > However, if you want the difference between the last 2 entries every time,
    > then enter in D3 =IF(C3="","",C2-C3) and copy down. In this case in row 20
    > the formula will subtract C20 from C19.
    >
    > "Mari C" wrote:
    >
    > > Hi all - I need a formula so that I get the difference between the first
    > > entry and the last entry - an ongoing log. How do I do that
    > >
    > > thanks
    > >
    > > Mari


  5. #5
    Biff
    Guest

    Re: Need formula for a fixed cell minus last entry on ongoing log

    You're welcome. Thanks for the feedback!

    Biff

    "Mari C" <[email protected]> wrote in message
    news:[email protected]...
    > Thanks biff - after I limited the size of the column I was able to enter
    > it
    > in the bottom of the column
    > Mari
    >
    > "Biff" wrote:
    >
    >> Hi!
    >>
    >> First entry in A1.
    >>
    >> Last entry in An
    >>
    >> =A1-LOOKUP(9.99999999E+307,A:A)
    >>
    >> Biff
    >>
    >> "Mari C" <Mari [email protected]> wrote in message
    >> news:[email protected]...
    >> > Hi all - I need a formula so that I get the difference between the
    >> > first
    >> > entry and the last entry - an ongoing log. How do I do that
    >> >
    >> > thanks
    >> >
    >> > Mari

    >>
    >>
    >>




  6. #6
    Kassie
    Guest

    RE: Need formula for a fixed cell minus last entry on ongoing log

    Hi Mari

    Say your first entry is in C2, then in D3 enter =IF(C3="","",$C$2-C3) and
    copy down as far as you want to go. You will then always subtract the last
    entry from the first one, so that in D20, the formula will subtract C20 from
    C2.

    However, if you want the difference between the last 2 entries every time,
    then enter in D3 =IF(C3="","",C2-C3) and copy down. In this case in row 20
    the formula will subtract C20 from C19.

    "Mari C" wrote:

    > Hi all - I need a formula so that I get the difference between the first
    > entry and the last entry - an ongoing log. How do I do that
    >
    > thanks
    >
    > Mari


  7. #7
    Biff
    Guest

    Re: Need formula for a fixed cell minus last entry on ongoing log

    Hi!

    First entry in A1.

    Last entry in An

    =A1-LOOKUP(9.99999999E+307,A:A)

    Biff

    "Mari C" <Mari [email protected]> wrote in message
    news:[email protected]...
    > Hi all - I need a formula so that I get the difference between the first
    > entry and the last entry - an ongoing log. How do I do that
    >
    > thanks
    >
    > Mari




  8. #8
    Mari C
    Guest

    Re: Need formula for a fixed cell minus last entry on ongoing log

    Thanks biff - after I limited the size of the column I was able to enter it
    in the bottom of the column
    Mari

    "Biff" wrote:

    > Hi!
    >
    > First entry in A1.
    >
    > Last entry in An
    >
    > =A1-LOOKUP(9.99999999E+307,A:A)
    >
    > Biff
    >
    > "Mari C" <Mari [email protected]> wrote in message
    > news:[email protected]...
    > > Hi all - I need a formula so that I get the difference between the first
    > > entry and the last entry - an ongoing log. How do I do that
    > >
    > > thanks
    > >
    > > Mari

    >
    >
    >


  9. #9
    Mari C
    Guest

    RE: Need formula for a fixed cell minus last entry on ongoing log

    Hi Kassie

    I needed to enter 20 columns so I wanted the sum at the bottom of the column
    - biffs formula worked better for the layout of the page but yours was great
    too. thanks a bunch

    "Kassie" wrote:

    > Hi Mari
    >
    > Say your first entry is in C2, then in D3 enter =IF(C3="","",$C$2-C3) and
    > copy down as far as you want to go. You will then always subtract the last
    > entry from the first one, so that in D20, the formula will subtract C20 from
    > C2.
    >
    > However, if you want the difference between the last 2 entries every time,
    > then enter in D3 =IF(C3="","",C2-C3) and copy down. In this case in row 20
    > the formula will subtract C20 from C19.
    >
    > "Mari C" wrote:
    >
    > > Hi all - I need a formula so that I get the difference between the first
    > > entry and the last entry - an ongoing log. How do I do that
    > >
    > > thanks
    > >
    > > Mari


  10. #10
    Biff
    Guest

    Re: Need formula for a fixed cell minus last entry on ongoing log

    You're welcome. Thanks for the feedback!

    Biff

    "Mari C" <[email protected]> wrote in message
    news:[email protected]...
    > Thanks biff - after I limited the size of the column I was able to enter
    > it
    > in the bottom of the column
    > Mari
    >
    > "Biff" wrote:
    >
    >> Hi!
    >>
    >> First entry in A1.
    >>
    >> Last entry in An
    >>
    >> =A1-LOOKUP(9.99999999E+307,A:A)
    >>
    >> Biff
    >>
    >> "Mari C" <Mari [email protected]> wrote in message
    >> news:[email protected]...
    >> > Hi all - I need a formula so that I get the difference between the
    >> > first
    >> > entry and the last entry - an ongoing log. How do I do that
    >> >
    >> > thanks
    >> >
    >> > Mari

    >>
    >>
    >>




  11. #11
    Mari C
    Guest

    Need formula for a fixed cell minus last entry on ongoing log

    Hi all - I need a formula so that I get the difference between the first
    entry and the last entry - an ongoing log. How do I do that

    thanks

    Mari

  12. #12
    Kassie
    Guest

    RE: Need formula for a fixed cell minus last entry on ongoing log

    Hi Mari

    Say your first entry is in C2, then in D3 enter =IF(C3="","",$C$2-C3) and
    copy down as far as you want to go. You will then always subtract the last
    entry from the first one, so that in D20, the formula will subtract C20 from
    C2.

    However, if you want the difference between the last 2 entries every time,
    then enter in D3 =IF(C3="","",C2-C3) and copy down. In this case in row 20
    the formula will subtract C20 from C19.

    "Mari C" wrote:

    > Hi all - I need a formula so that I get the difference between the first
    > entry and the last entry - an ongoing log. How do I do that
    >
    > thanks
    >
    > Mari


  13. #13
    Biff
    Guest

    Re: Need formula for a fixed cell minus last entry on ongoing log

    Hi!

    First entry in A1.

    Last entry in An

    =A1-LOOKUP(9.99999999E+307,A:A)

    Biff

    "Mari C" <Mari [email protected]> wrote in message
    news:[email protected]...
    > Hi all - I need a formula so that I get the difference between the first
    > entry and the last entry - an ongoing log. How do I do that
    >
    > thanks
    >
    > Mari




  14. #14
    Mari C
    Guest

    Re: Need formula for a fixed cell minus last entry on ongoing log

    Thanks biff - after I limited the size of the column I was able to enter it
    in the bottom of the column
    Mari

    "Biff" wrote:

    > Hi!
    >
    > First entry in A1.
    >
    > Last entry in An
    >
    > =A1-LOOKUP(9.99999999E+307,A:A)
    >
    > Biff
    >
    > "Mari C" <Mari [email protected]> wrote in message
    > news:[email protected]...
    > > Hi all - I need a formula so that I get the difference between the first
    > > entry and the last entry - an ongoing log. How do I do that
    > >
    > > thanks
    > >
    > > Mari

    >
    >
    >


  15. #15
    Mari C
    Guest

    RE: Need formula for a fixed cell minus last entry on ongoing log

    Hi Kassie

    I needed to enter 20 columns so I wanted the sum at the bottom of the column
    - biffs formula worked better for the layout of the page but yours was great
    too. thanks a bunch

    "Kassie" wrote:

    > Hi Mari
    >
    > Say your first entry is in C2, then in D3 enter =IF(C3="","",$C$2-C3) and
    > copy down as far as you want to go. You will then always subtract the last
    > entry from the first one, so that in D20, the formula will subtract C20 from
    > C2.
    >
    > However, if you want the difference between the last 2 entries every time,
    > then enter in D3 =IF(C3="","",C2-C3) and copy down. In this case in row 20
    > the formula will subtract C20 from C19.
    >
    > "Mari C" wrote:
    >
    > > Hi all - I need a formula so that I get the difference between the first
    > > entry and the last entry - an ongoing log. How do I do that
    > >
    > > thanks
    > >
    > > Mari


  16. #16
    Biff
    Guest

    Re: Need formula for a fixed cell minus last entry on ongoing log

    You're welcome. Thanks for the feedback!

    Biff

    "Mari C" <[email protected]> wrote in message
    news:[email protected]...
    > Thanks biff - after I limited the size of the column I was able to enter
    > it
    > in the bottom of the column
    > Mari
    >
    > "Biff" wrote:
    >
    >> Hi!
    >>
    >> First entry in A1.
    >>
    >> Last entry in An
    >>
    >> =A1-LOOKUP(9.99999999E+307,A:A)
    >>
    >> Biff
    >>
    >> "Mari C" <Mari [email protected]> wrote in message
    >> news:[email protected]...
    >> > Hi all - I need a formula so that I get the difference between the
    >> > first
    >> > entry and the last entry - an ongoing log. How do I do that
    >> >
    >> > thanks
    >> >
    >> > Mari

    >>
    >>
    >>




+ 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