+ Reply to Thread
Results 1 to 3 of 3

Shows the lasl number entered

  1. #1
    Forum Contributor
    Join Date
    01-03-2013
    Location
    Toulouse
    MS-Off Ver
    Excel 2010
    Posts
    141

    Shows the lasl number entered

    Hi guys,


    Please I have spread sheet, and in column B I will entering number and I would like to
    have the last entered number in cell C4


    Any help


    thank you,
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    03-18-2015
    Location
    Windsor, England
    MS-Off Ver
    2013
    Posts
    13

    Re: Shows the lasl number entered

    If your numbers in column B always increase then you could just use:

    =MAX(B5:B64)

    This will return the largest number in the range.

    If they can also decrease then you could use something like:

    =INDIRECT("B"&COUNTA(B5:B64)+4)

    The +4 at the end of the formula is because the data starts on row 4.

    HTH

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Shows the lasl number entered

    Do you mean the number that occurss furthest down the column?

    If so - this will do the trick:

    =INDEX(B:B,MATCH(9.99999999999999E+307,B:B))

    If not, please explain exactly what you want.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Row Number shows blank
    By FallingDown in forum Excel General
    Replies: 8
    Last Post: 02-09-2015, 06:19 PM
  2. Replies: 4
    Last Post: 04-12-2013, 01:17 PM
  3. when text is entered on a cell formula shows #VALUE!
    By pjwallis in forum Excel General
    Replies: 11
    Last Post: 09-09-2011, 12:05 PM
  4. How many times each number shows up?
    By jasoneggleston in forum Excel General
    Replies: 3
    Last Post: 02-23-2008, 04:00 AM
  5. Number 6 shows as s
    By Zelfan in forum Excel General
    Replies: 3
    Last Post: 06-18-2006, 10:35 PM

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