Excel - Find Last Non-Blank Cell Value, Row or Column

  Рет қаралды 57,000

Learn Google Sheets & Excel Spreadsheets

Learn Google Sheets & Excel Spreadsheets

Күн бұрын

Пікірлер: 56
@AzMetsFan
@AzMetsFan 7 ай бұрын
Huge help and really appreciate you taking the extra step to show the nuances of capturing text and numbers. Thank you!
@supermansflu
@supermansflu 11 ай бұрын
THANK YOU! I have been struggling with trying to figure out this concept for way too many hours!
@Nevir202
@Nevir202 Жыл бұрын
LOL I've watched this so many times. Every thing I think I remember it well enough to implement it myself I mess something up, it KINDA seems to be working, and then everything goes to hell and I just have to come back and watch again.
@davidlemossanchez6272
@davidlemossanchez6272 10 ай бұрын
YOU SAVE ME IN AN INTERN PROJECT!!
@barderians
@barderians 2 жыл бұрын
I can't show you how happy i am that you have solve me some big time. Thank-You🙏
@ExcelGoogleSheets
@ExcelGoogleSheets 2 жыл бұрын
Glad to hear that
@JHatLpool
@JHatLpool Жыл бұрын
Great video. Your demonstration has helped me alot with a current issue that I have in Excel. Thanks for posting !
@zulfi1969
@zulfi1969 9 ай бұрын
Thank you so much for sharing! It helped me a lot!
@AaronMatthewBeharry
@AaronMatthewBeharry 18 күн бұрын
Thank you so much!
@pouyan74
@pouyan74 2 жыл бұрын
Worked like a charm -- worked like how "Expelliarmus" did for Harry Potter! Thank you so much!
@ExcelGoogleSheets
@ExcelGoogleSheets 2 жыл бұрын
👍
@sachidanandsadhguru3703
@sachidanandsadhguru3703 6 ай бұрын
There is no VALUETOTEXT function in Google sheets. What do I do then?
@A2l-mm
@A2l-mm Жыл бұрын
Thanks ALOT... I need this
@ewad.6619
@ewad.6619 3 жыл бұрын
Very useful ! You helped me with my work issue, thank you !!!
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
Great to hear!
@samuelisreallyhere921
@samuelisreallyhere921 11 ай бұрын
hello, is there a way to apply this to google sheets? the functions xmatch is present in sheets, but trying to use it for a alphanumeric dataset doesn't seem to work. im using "=XMATCH("*?*",to_text(P:P),2,-1)" and all it does is return "1". the result should return "8" if everything's working properly. what am i doing wrong?
@andrewclarke4188
@andrewclarke4188 Жыл бұрын
Thanks for posting this reaaly helpful video. Is it possible to determine the last 3 columns that contain values within a row that may have several blank cells, ie columns 1 - 20 contain 5 values and 15 blank cells (value, blank, blank, value, blank, value etc). Hope this makes sense.
@Nevir202
@Nevir202 Жыл бұрын
Yea, there may be an easier way to do it, but if nothing else, you could use a LET formula to search a range, to get the last non-blank. Then use drop so that you have restricted that range to 1 less than your first result. That will give you the second to last, repeat that again to get the third from last. Then output those 3 resulting numbers.
@chandrababuravi7951
@chandrababuravi7951 Жыл бұрын
hi, Can you show how the XMATCH works for numeric data instead of text
@bistaggamer
@bistaggamer Жыл бұрын
XLOOKUP is not available in Excel 2016 and Excel 2019...
@emadkawekji8820
@emadkawekji8820 2 жыл бұрын
Many thanks.
@pvv_live2226
@pvv_live2226 3 жыл бұрын
Very nice video👍
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
Thank you very much!
@breckoz
@breckoz Жыл бұрын
I would like the last value text that does not include 0.00. Is there any way to add that exception to the formula used in this video(XLOOKUP with VALUETOTEXT)? I am choosing cells B5:B57
@robbieflores4780
@robbieflores4780 Жыл бұрын
Is this possible on a non Excel 365 version? We only use 2007,2013 Excel version in our company Hope you can help me because this is exactly what I need. 😣😣😣
@vicentefigueroatocornal2776
@vicentefigueroatocornal2776 2 жыл бұрын
Thank you
@ExcelGoogleSheets
@ExcelGoogleSheets 2 жыл бұрын
👍
@monikab.6540
@monikab.6540 2 жыл бұрын
Thank you for posting! The last formula is very close to what I'm looking for, except for a number of columns I'd like the column name... Is there a way to tweak the last formula, or I'd have to use a completely different one? Many thanks for sharing!
@monikab.6540
@monikab.6540 2 жыл бұрын
by column name, I actually mean table column name (not column "A" for example)... thank you!
@biswanathpan1756
@biswanathpan1756 7 ай бұрын
How to get Date by using this formula?
@pvamshikrishna3169
@pvamshikrishna3169 3 жыл бұрын
Greate video sir..... Can you do a video for Geographical Info (Geocode: Longitude/Latitude) to Google Forms. there are no options for geolocation in the google form and also there is no add-on for it.
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
This will not work in Forms, at least the way Forms is designed now. You will either need a Web App or you will need to add lat/long in the spreadsheet after the address was already populated.
@pvamshikrishna3169
@pvamshikrishna3169 3 жыл бұрын
@@ExcelGoogleSheets Thanks for your response ..!
@BharatRasoi
@BharatRasoi 3 жыл бұрын
Nice 🙏🙏
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
Thank you! Cheers!
@robbieflores4780
@robbieflores4780 Жыл бұрын
After installation of ExcelDna.Xfunction64, XLOOKUP function already appeared but not VALUETOTEXT Function and it only works in 2013 Excel version Hope you have another formula for the same purpose for 2007 & 2013 Excel version. 😣😥
@ExcelGoogleSheets
@ExcelGoogleSheets Жыл бұрын
Something like this should work if you apply the formula with ctrl+shift+enter =MAX(IF(A1:A1000="","",ROW(A1:A1000)))
@david_sdiego
@david_sdiego Жыл бұрын
Good for Excel but "VALUETOTEXT" function is unknown to Google sheets. I use =INDEX(B2:B,COUNTA(B2:B)) but you can't have blank rows with this.
@ExcelGoogleSheets
@ExcelGoogleSheets Жыл бұрын
Use TEXT(val,"@") instead of VALUETOTEXT
@trilochanjena3836
@trilochanjena3836 11 ай бұрын
how to show last filled cell value in a userform vba excel
@mayurkhatri1048
@mayurkhatri1048 3 жыл бұрын
Very nice video 👍. Is there something similar in google sheets? I believe XMATCH AND XLOOKUP do not work on google sheets.
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
XLOOKUP AND XMATCH are not available in Google Sheets at the moment, but you can get similar results using the method in this video kzbin.info/www/bejne/nYqal4mDfLVqes0
@mikejpaulus
@mikejpaulus 3 жыл бұрын
I am trying to use the xmatch command in a macro to get the last row number to create a pivot table. I get an error in lr=xmatch("*",A:A,2,-1) that there is a Compile error: Expected: list separator or ) and the colon between the A's is highlighted. What should I be doing different?
@mikejpaulus
@mikejpaulus 3 жыл бұрын
I get the same error using the xlookup as well.
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
In macros do this kzbin.info/www/bejne/hKO8dXR7qL6WmLc
@mikejpaulus
@mikejpaulus 3 жыл бұрын
@@ExcelGoogleSheets I had originally tried that one and I get an error. This is what I have lr = Cells(Rows.Count, 1).End(xlUp).Row
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
@@mikejpaulus Where is your data located?
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
What does the error say?
@thehawk40375
@thehawk40375 3 жыл бұрын
Can you send me the google sheet format of my excel sheet
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
I don't understand the question
@sumits6442
@sumits6442 3 жыл бұрын
first non-empty comment
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
:)
@neelalam
@neelalam 17 күн бұрын
Thanks a lot. L O V E
@FireCrauter
@FireCrauter Жыл бұрын
en español: =COINCIDIRX("*?*";VALORATEXTO(B3:B37665);2;-1)
Lookup Last Non Empty Cell Value  in Column or Row - Six Methods
18:42
Officeinstructor
Рет қаралды 10 М.
Google Sheets - Get Last Non-Empty Cell in Row or Column
16:10
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 108 М.
REAL 3D brush can draw grass Life Hack #shorts #lifehacks
00:42
MrMaximus
Рет қаралды 12 МЛН
Seja Gentil com os Pequenos Animais 😿
00:20
Los Wagners
Рет қаралды 61 МЛН
Human vs Jet Engine
00:19
MrBeast
Рет қаралды 155 МЛН
Second to last non-blank cell excel
14:14
ExcelMoments
Рет қаралды 6 М.
Excel VBA Select to Last Non Blank Row & Column
7:54
The Excel Cave
Рет қаралды 17 М.
Excel How To Get the Last Row and Last Column Value with TAKE
4:39
Excel University
Рет қаралды 34 М.
Get the Last Value in a Row - Excel Formula
9:37
Computergaga
Рет қаралды 134 М.
How to find last non-blank value  - Excel lookup challenge
14:02
Formula to Get the Last Value from a List in Excel
17:23
TeachExcel
Рет қаралды 32 М.
XLOOKUP for Last non-blank cell in a row
5:07
ExcelMoments
Рет қаралды 8 М.
REAL 3D brush can draw grass Life Hack #shorts #lifehacks
00:42
MrMaximus
Рет қаралды 12 МЛН