Return True Blanks - IF, VLOOKUP, IFERROR - Google Sheets

  Рет қаралды 28,909

Learn Google Sheets & Excel Spreadsheets

Learn Google Sheets & Excel Spreadsheets

Күн бұрын

Пікірлер: 52
@ExcelGoogleSheets
@ExcelGoogleSheets 2 жыл бұрын
IF & IFS functions kzbin.info/www/bejne/nniYp36Dl5V_ptE IF with Multiple Conditions kzbin.info/www/bejne/hH6YXpV3irVlb7c IF functions you should never use kzbin.info/www/bejne/bJTai6KBmb-bb5Y
@JSpeedy306
@JSpeedy306 3 жыл бұрын
WHAT??? I struggled with this problem so many times and had to work my way around it. And the solution is TO WRITE NOTHING!? It's genius within its simplicity and I love it!
@edsonaoki8025
@edsonaoki8025 3 жыл бұрын
Due this kind of problem I choose define something like "ops", so I always can check it,rs, yes I´ve never tried to forget to write it! kkk
@mmint-td9nx
@mmint-td9nx Жыл бұрын
It took me hours to find the answer for this problem and I finally found this video. It worked. Thank you so much.
@Udhxhehej
@Udhxhehej 2 жыл бұрын
Another great video, learned something on this channel every time. Something to consider: in certain scenarios this setup may suppress valid errors and using ISERROR (or some other way to uncover issues) along with this configuration may be helpful. Thanks again!
@garychadwick1240
@garychadwick1240 2 жыл бұрын
Thank you. That has been bugging me for years and the solution was so simple. I always learn from you!
@douglasteixeiradeabreu
@douglasteixeiradeabreu 3 жыл бұрын
Estava ansioso por seus vídeos esse ano. Uma boa dica para o verdadeiro vazio, muito obrigado por ensinar isto.
@edsonaoki8025
@edsonaoki8025 3 жыл бұрын
adoro a elegância e simplicidade com que resolve situações bem complicadas. Por exemplo quando uma uma linha auxiliar ou 2 e transporta apenas a essência sem efeitos colaterais .Suas soluções sempre prezam pela máxima independência e nunca despreza o benefício do arrastar as formulas em colunas ou linhas. Nunca me canso de aprender como ser melhor seja em google sheets ou excel. Aguardo o dia em que abordar como usar as library do googlescript para Se posso exemplificar desenvolvi a função de dígito verificador na planilha A. Mas à frente tenho uma outra planilha B , e não posso usar a função sem enxertar o código na planilha B, em outras palavras queria usar a funcionalidade como um serviço. De qq forma tem minha sincera gratidão por me trazer de volta para as linhas de código.rs
@miguelate
@miguelate Жыл бұрын
I have a sheet that imports data from 2 different sheets through import range formula. The data appears in A1:A10 from one sheet and B1:B:10 from the other. We want to be able to type in any field without affecting the formula on the first row, which is import range. Is there a way of doing that. We want to be able to write over cells that are left blank, but with a formula on top we can't. Is that even possible?
@reil3716
@reil3716 Жыл бұрын
I have a problem with my IF function, its not returning the value if the result is false. I'm doing a google form with morning and afternoon time log for employees but I'm having a problem processing the data if the employee only log at afternoon.
@adityaprasadkar5606
@adityaprasadkar5606 2 жыл бұрын
I have one lookup sheet from which I get data for my master sheet. But some of the lookup value was not updated so I am getting the #NA error in my master sheet. So how can I add my new values from the master sheet to my lookup sheet automatically? Could you please help me with this? Thanks in advance
@Sulaimangalib
@Sulaimangalib 3 жыл бұрын
Is there any way to get a notification when someone views my google sheet?
@alex-coelho
@alex-coelho 3 жыл бұрын
wait, Ctrl Shift enter is a keyboard shortcut for the array function?
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
Yes, it is :)
@nisargagza
@nisargagza 3 жыл бұрын
Excellent...Learn something new
@dolphinsgroupofschools2995
@dolphinsgroupofschools2995 3 жыл бұрын
hi my name is sunil your videos are awesome. I watch your every video in dip. please make more videos for =regex
@teoxengineer
@teoxengineer 2 жыл бұрын
is tehere any way to find or replace " " with blank in excel. I tried to convert into blank cell instead of " " in excel, but it doesn't run. It shows "Not Blank"
@ExcelGoogleSheets
@ExcelGoogleSheets 2 жыл бұрын
I think you gonna have to use a macro. Something like this should work over the area selected. for each cell in selection if cell.value = "" then cell.clearcontents end if next cell
@vishaleee404
@vishaleee404 3 жыл бұрын
u r great👍👍👍👍👏👏👏
@apparelsword
@apparelsword 3 жыл бұрын
Hello, sir, why if I want to vlookup importrange the value of a cell that contains a formula, the value of that cell doesn't appear?
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
Does it appear if you do importrange without a vlookup?
@apparelsword
@apparelsword 3 жыл бұрын
@@ExcelGoogleSheets I have a problem: I have 3 spreadsheet files: 1. Master data file 2. the file contains the importrange Vlookup data from the first file, it works fine 3. file contains importrange Vlookup data from second file = value not shown What is the solution? Please help. Thank You
@leeedwards8071
@leeedwards8071 3 жыл бұрын
This is brilliant, will replacing “” with blanks improve calculation speed? I own many sheets with lots and lots of formulas that can take a few seconds to calculate so could this improve the overall sheet? Especially when used in an array?
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
I don't think this will improve the speed.
@edsonaoki8025
@edsonaoki8025 3 жыл бұрын
@@ExcelGoogleSheets yes, but a string with no chars still waste more than zero bytes.rs
@Puner54
@Puner54 3 жыл бұрын
Teacher... Nice Instruction! But how would you handle Blank Cell/s in the middle of an Athritmetic Array and keep the Math Correct?
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
I guess that depends on the "Athritmetic". Mostly it's some kind of IF statement.
@Puner54
@Puner54 3 жыл бұрын
@@ExcelGoogleSheets Teacher...how would you make Cell E4 a "Non Blank Cell" while making Cells E7, E8, E9 and E10 "True Blank Cells"?
@auberg7103
@auberg7103 2 жыл бұрын
@@Puner54 it's not clear the situation you describe, but as Teacher suggests you can try to create an IF statement and create your own ERROR i.e IF(ISBLANK(E4),IFERROR(1/0),SOMETHING)
@Puner54
@Puner54 2 жыл бұрын
@AuBerg Thanks for the Reply! Do you Work with Google Sheet much?
@Grrymjo
@Grrymjo 3 жыл бұрын
May I ask you why you deleted / made private 2 or 3 other videos from today? Are they only by subscription or something?
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
They will be published at a later date.
@bruno_veloso
@bruno_veloso 3 жыл бұрын
Awesome content, I missed your videos, somehow youtube stopped notifying me. Btw, where's the video "Learn Google Spreadsheets enviou o vídeo Google Sheets Pivot Table with KPI & Bar Graphs"? I'm really interested in that one.
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
Yea, it's been 6+ months since youtube has been trying to tank the channel. Less than 1% of subscribers get notifications. The odd thing is if I don't post any videos the channel gets more views, if I post new videos it starts tanking the channel. So at this point I have pretty much 0 motivation to post new content. It's stupid. KPI video will be posted at a later date.
@brunoveloso2524
@brunoveloso2524 3 жыл бұрын
​@@ExcelGoogleSheets Oh man, keep doing your great work. On behalf of the people that watch your videos, I can say you do one of the most enlighted actions in the world: teaching. You can't imagine how positive you impact on people lives, you might be responsible for a lot of people being able to get promoted or hired on a job position. Keep going, for us!
@nisargagza
@nisargagza 3 жыл бұрын
Excellent...I learn something new
@davidfernandezbajo
@davidfernandezbajo 3 жыл бұрын
Wouldn't those be called null?
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
I guess they would be undefined when you pass it to the function and then the function probably returns null. Impossible to tell without seeing the implementation of the function.
@davidfernandezbajo
@davidfernandezbajo 3 жыл бұрын
@@ExcelGoogleSheets just learned that =IF(1,,)="" returns TRUE, kind of weird, as you showed up those are different for counting. Thanks for the insight.
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
That makes sense, because =A1="" returns true when A1 cell is actually blank.
@samikhal5455
@samikhal5455 2 жыл бұрын
Thanks!!!!
@samikhal5455
@samikhal5455 2 жыл бұрын
I subscribed !!
@ExcelGoogleSheets
@ExcelGoogleSheets 2 жыл бұрын
Thank You!
@lpanebr
@lpanebr 3 жыл бұрын
I can't believe I've never tried that! 🤦
@lpanebr
@lpanebr 2 жыл бұрын
This fixes a HUGE immensely annoying problem when you use a script with appendRow on sheets that have an arrayformula!!!! The row gets appended after all "blank" rows.
@ExcelGoogleSheets
@ExcelGoogleSheets 2 жыл бұрын
:)
@ExcelGoogleSheets
@ExcelGoogleSheets 2 жыл бұрын
Not too many people notice these details.
@lpanebr
@lpanebr 2 жыл бұрын
@@ExcelGoogleSheets :-)
@helmanfrow
@helmanfrow Жыл бұрын
Too bad there's no way to do this in Excel without VBA.
@AlexanderAbramovNN
@AlexanderAbramovNN 2 жыл бұрын
Good lesson! Unfortunately, this method does not always work, for example, with =REGEXREPLACE(A1;"[\W]*"; ) , returns a non-empty cell (=CELL("type";B1)) "= l" - text).
@ExcelGoogleSheets
@ExcelGoogleSheets 2 жыл бұрын
That has nothing to do with this method. REGEXREPLACE function will always return text. You can say =IF(REGEXREPLACE(A1;"[\W]*"; )="",,REGEXREPLACE(A1;"[\W]*"; ))
@AlexanderAbramovNN
@AlexanderAbramovNN 2 жыл бұрын
@@ExcelGoogleSheets thanks, i already solved with filter function and regexmach like this : =UNIQUE(filter(A:A;REGEXMATCH(A:A;"\w")))
Google Sheets - Join Tables using VLOOKUP & QUERY Functions
16:53
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 49 М.
10 INCREDIBLE things Google Sheets can do Right Now!
13:27
Jeff Su
Рет қаралды 92 М.
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
DGET - Powerful VLOOKUP, INDEX-MATCH Replacement - Google Sheets Tutorial
15:54
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 122 М.
IFNA or IFERROR VLOOKUP Across Multiple Worksheets in Excel
11:34
Chester Tugwell
Рет қаралды 9 М.
Google Sheets IF & IFS Functions - Formulas with If, Then, Else, Else If Statements
21:43
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 584 М.
How to use XLOOKUP in Google Sheets
6:08
Sheets Help
Рет қаралды 33 М.
Stop using VLOOKUP in Excel. Switch to INDEX MATCH
11:05
Excel Level Up
Рет қаралды 2,4 МЛН
Excel DGET Function Solves 2 of Your VLOOKUP Problems
11:18
Leila Gharani
Рет қаралды 876 М.
How to use VLOOKUP in Google Sheets
12:36
Teacher's Tech
Рет қаралды 35 М.
Google Sheets - Find & Return Multiple Matches in Separate Columns, Rows or Comma Separated
16:38
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 130 М.
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН