+ Reply to Thread
Results 1 to 3 of 3

First and last entry

Hybrid View

  1. #1
    irresistible007
    Guest

    First and last entry


    Hi every one

    MY PROB #1:

    I am having a statement of transaction in a Chronological order lets
    says the Col A is for date, Col B is for description and so on....

    I want a formula which could provide me the date of last transaction on
    sheet and the date of first transaction on sheet...


    MY PROB #2:

    I want a IF type formula... which should check the range of cells (from
    Bottom to Top) If the condition is met by a cell should display the
    contents of that cell and if not should check for the next cell in
    range... but the thing is that it should start checking from bottom...


    --
    irresistible007


    ------------------------------------------------------------------------
    irresistible007's Profile: http://www.hightechtalks.com/m63
    View this thread: http://www.hightechtalks.com/t2260923


  2. #2
    ScottO
    Guest

    Re: First and last entry

    Your Prob #1:
    First Trans Date =MIN(A:A)
    Last Trans Date =MAX(A:A)

    Your Prob #2:
    I don't quite understand what you're trying to do, so it's still your
    prob

    Rgds,
    ScottO


    "irresistible007"
    <irresistible007.1wvr5z@no-mx.forums.yourdomain.com.au> wrote in
    message news:irresistible007.1wvr5z@no-mx.forums.yourdomain.com.au...
    |
    | Hi every one
    |
    | MY PROB #1:
    |
    | I am having a statement of transaction in a Chronological order
    lets
    | says the Col A is for date, Col B is for description and so on....
    |
    | I want a formula which could provide me the date of last
    transaction on
    | sheet and the date of first transaction on sheet...
    |
    |
    | MY PROB #2:
    |
    | I want a IF type formula... which should check the range of cells
    (from
    | Bottom to Top) If the condition is met by a cell should display the
    | contents of that cell and if not should check for the next cell in
    | range... but the thing is that it should start checking from
    bottom...
    |
    |
    | --
    | irresistible007
    |
    |
    | -------------------------------------------------------------------
    -----
    | irresistible007's Profile: http://www.hightechtalks.com/m63
    | View this thread: http://www.hightechtalks.com/t2260923
    |



  3. #3
    Bob Phillips
    Guest

    Re: First and last entry

    #1

    =MAX(A1:A20)

    and

    =MIN(IF(A1:A20<>"",A1:A20))

    which is an array formula so commit with Ctrl-Shift-Enter

    #2

    What condition?

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "irresistible007" <irresistible007.1wvr5z@no-mx.forums.yourdomain.com.au>
    wrote in message
    news:irresistible007.1wvr5z@no-mx.forums.yourdomain.com.au...
    >
    > Hi every one
    >
    > MY PROB #1:
    >
    > I am having a statement of transaction in a Chronological order lets
    > says the Col A is for date, Col B is for description and so on....
    >
    > I want a formula which could provide me the date of last transaction on
    > sheet and the date of first transaction on sheet...
    >
    >
    > MY PROB #2:
    >
    > I want a IF type formula... which should check the range of cells (from
    > Bottom to Top) If the condition is met by a cell should display the
    > contents of that cell and if not should check for the next cell in
    > range... but the thing is that it should start checking from bottom...
    >
    >
    > --
    > irresistible007
    >
    >
    > ------------------------------------------------------------------------
    > irresistible007's Profile: http://www.hightechtalks.com/m63
    > View this thread: http://www.hightechtalks.com/t2260923
    >




+ 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