Formula to Get the Last Value from a List in Excel

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ก.ค. 2024
  • How to get the value from the bottom of a list in Excel using regular formulas and functions.
    Excel File: www.teachexcel.com/excel-tuto...
    Excel Forum: www.teachexcel.com/talk/micro...
    Last Row Other Example: • Get the Last Result fr...
    The Power of True/False: • The Power of TRUE FALS...
    This tutorial includes 6 different examples that show you many variations on how to get the last value from a list in Excel, including:
    - geting the last value from a simple list
    - geting the last value from a list with blanks or errors
    - getting the last numeric value
    - getting the last value that begins with a specific character or letter
    - customizing the formula to work for your data set and needs
    The end of the tutorial includes a thorough explanation of how every piece of the included formulas work, which is a rather complex topic that involves many advanced concepts, including the power of True and False in Excel.
    Enjoy and stay safe!
    TeachExcel.com
    #excel #howto #tutorial

ความคิดเห็น • 20

  • @ShaifShafiq
    @ShaifShafiq 4 หลายเดือนก่อน

    Last formula using lookup is brilliant. Problem solved. Thank u so much🎉🎉🎉

  • @Motakisalaheddine
    @Motakisalaheddine 8 หลายเดือนก่อน +1

    Great tutorial thank u

  • @IvanCortinas_ES
    @IvanCortinas_ES 4 ปีที่แล้ว

    Good tutorial! Thank you very much!!

    • @TeachExcel
      @TeachExcel  4 ปีที่แล้ว

      You are very welcome!)

  • @darrylmorgan
    @darrylmorgan 4 ปีที่แล้ว

    Great Tutorial..Nice And Easy To Understand!Thank You Sir :-)

    • @TeachExcel
      @TeachExcel  4 ปีที่แล้ว

      Glad you liked it! It took a while to figure out the least-confusing way to explain those formulas in the second half haha.

  • @ShaifShafiq
    @ShaifShafiq 4 หลายเดือนก่อน

    What if I need to get the 2nd last value using lookup?

  • @vinothsekar5472
    @vinothsekar5472 ปีที่แล้ว

    Hi,
    I have a data with a different ID and the adjacent column contains numerical value with respect to each ID. I receive every day these data and sometime, some of the ID will not contains numerical value in the adjacent cell. I need to find the difference of a particular ID i.e., today's data with previous data. If the previous data is blank then it has to check the next previous data which contains the numerical value. I dont know how to figure out the formula for this case.

  • @wayneseymour1
    @wayneseymour1 4 ปีที่แล้ว

    I know this is off subject, but do you have any tuts that I could view? I would like to get the VBA code that I can use on a form that will generate a unique number using the MAX (?)function(I think). when the form initializes it knows the last number used in the data sheet and adds the next sequential number in the form where I then enter the remaining of my data before sending everything to the data sheet. each time the form opens it should already have the next highest serial number already populated in the designated field in the form.(would like to use it on your Idiot-Proof Form.

  • @wireedm1
    @wireedm1 ปีที่แล้ว

    I'm currently working on a billing period spreadsheet that I import the data for each day in a given month. The first column has each day of the month listed for the given billing period, but every month has a different number of days. Sometimes there are 30 rows for days 1-30, 31 rows for days 1-31, etc.
    I am using the formula =TEXT(C10,"mm/dd/yy")&" - "&TEXT(C40,"mm/dd/yy") to show the specific dates for the billing period, but "C40" can change to C39, C41, etc., depending on the number of days. I've been doing that manually for each billing period.
    Is there a formula that I can use that automatically adjust "C40", in this example, to be variable depending on how many items are in the column?
    I'm using COUNTA to get the total number of rows with data in the column C10 to C45 but don't know how to use that in the formula. Do you happen to know of a way for C40 to be variable depending on how much data is in a column?

  • @ahmedalikhan2100
    @ahmedalikhan2100 2 ปีที่แล้ว

    Sir how to select 2nd last numerical value in range.

  • @saschamauel4535
    @saschamauel4535 3 ปีที่แล้ว +1

    Hi there. I am running Excel 2019 and I have downloaded your Excel worksheet, trying to reproduce your very first example (=INDEX(A1:A6,2), which should return the value "red". Well, upon doing exactly so on my pc, Excel spawns the standard error message for a wrong formula (I have tried many other peoples similar tutorials and the same topic "return the value of last non-blank cell", copy/pasting the given formulas but Excel keeps spawning error messages). Any ideas what I might be doing wrong?

    • @WiPri0371
      @WiPri0371 ปีที่แล้ว

      Mine didn't spawn an error; it just didn't return anything at all. 😐

  • @protean260
    @protean260 2 ปีที่แล้ว

    What if I want to get the last value from another sheet?

  • @wayneedmondson1065
    @wayneedmondson1065 3 ปีที่แล้ว

    Nice one! Below are a few more that would work for everything including ERRORS. Fun to experiment! Thanks for sharing all your tips and tricks :)) Thumbs up!!
    =LOOKUP(2,1/NOT(ISBLANK(A:A)),A:A)
    =INDEX(A:A,MATCH(2,1/NOT(ISBLANK(A:A))))
    =INDEX(A:A,XMATCH(2,--NOT(ISBLANK(A:A)),-1,-1))
    =XLOOKUP(2,--NOT(ISBLANK(A:A)),A:A,,-1,-1)

  • @securedjuan
    @securedjuan 2 ปีที่แล้ว

    Thank You for the idea, actually, I'm having an issue about the column having an formula. so that, i'm using =NOT(B:B=0) so that the whole number became true and the ZERO cells became false. Thank you again ^_^

  • @NithishKumar-uh4kn
    @NithishKumar-uh4kn 2 ปีที่แล้ว

    Great

  • @bingnovs
    @bingnovs 4 ปีที่แล้ว +1

    Nice voice