How to Ignore Formula / Not Calculate If Cell is Blank in Excel

Поделиться
HTML-код
  • Опубликовано: 12 июл 2021
  • Download the featured file here: www.bluepecantraining.com/how...
    ------------------------------------------------------------
    Blue Pecan Computer Training Ltd offers on-site or online Excel training for businesses. Training can be delivered at your business premises in the south-east of England or via Teams wherever you are in the world. Visit our training page at www.bluepecan.co.uk
    In this video I demonstrate how to ignore a formula or stop calculating if a specified cell is blank or if two or more cells are blank.
    In our scenario we are calculating the percentage of calls (at a call centre) that are dropped. If either the total number of calls is blank or if the number of dropped calls is blank, we don't want to perform the calculation.
    There are two methods that you can use to evaluate whether a cell is blank. The first uses the ISBLANK function. This will return TRUE if the cell is empty but FALSE if it contains an empty text string.
    The second method tests for an empty text string, eg =A1="". This method will return TRUE if the cell is empty or if it contains an empty text string.
    You will need to decide which method works best for your scenario, but the difference between the two tests is the focus of this tutorial.
    I also explain how to test more than one cell for their "emptiness" or "blankness".
    ------------------------
  • ХоббиХобби

Комментарии • 69

  • @unlearnbusiness
    @unlearnbusiness Год назад

    That explanation of the difference has saved me a ton of problems. Thanks for explaining things beyond just giving the formula.

  • @IvanCortinas_ES
    @IvanCortinas_ES 3 года назад

    Thanks Chester for this great explanation of the ISBLANK function!

  • @kayorca
    @kayorca 7 месяцев назад

    This is the best video! I have watched so many trying to learn to do just this. Thank you for making this so easy to understand!

  • @casb5492
    @casb5492 2 года назад

    Thank you very much for posting this - the IF formula is what I was looking to use in my spreadsheet

  • @EulogioEspinozaGutie
    @EulogioEspinozaGutie 2 года назад

    Thank you, Professor. You have help me in times of need.

  • @adityapuro5654
    @adityapuro5654 11 месяцев назад

    Hi, Chester. I spent half of the day and was not able to get rid of the #VALUE! error. Your video gave me the solution. Thanks to you, man!

  • @heclas
    @heclas Год назад

    Exactly the video I needed. Worked out perfectly! Thanks!

  • @drewbraswell2837
    @drewbraswell2837 2 года назад

    A great help! I appreciate your wisdom and your sharing of that wisdom!

  • @del256ragusa4
    @del256ragusa4 2 года назад +1

    WOW! this really helped me! Awesome job, keep up the good work!!!!

  • @tomlambi314
    @tomlambi314 Год назад

    Thank You!! Been looking everywhere for this!

  • @cartermarsch1384
    @cartermarsch1384 Год назад

    This was super helpful. My questions were answered 1:50 into the tutorial.

  • @ryancole4908
    @ryancole4908 2 месяца назад

    Found the solution to my problem in the first couple minutes, thank you for explaining things simply.

  • @88JmJones
    @88JmJones Год назад

    Thank you for this walkthrough! Liked and subscribed!

  • @pauln3229
    @pauln3229 2 года назад

    Excellent tutorial. Thank you!

  • @Daz5002
    @Daz5002 2 года назад

    Thanks really simple and clear and just what I needed many thanks.

  • @julieballantyne
    @julieballantyne 4 месяца назад

    Great video! Helped me grasp the problem I had with more than one option and a great explanation!

  • @benspeed5063
    @benspeed5063 2 года назад

    Thanks for the vid! Really helpful.

  • @Jantea
    @Jantea 2 года назад

    Thank you!!! You save me sooo much time (and hair pulling) :-)

  • @matthewdeal3402
    @matthewdeal3402 2 года назад

    Exactly what I was looking for, ty

  • @drewb5738
    @drewb5738 Год назад

    This was very helpful. Thanks for the info.

  • @MrHadrian71
    @MrHadrian71 Год назад

    Thank you Chester! Really helpful!

  • @kevinu.k.7042
    @kevinu.k.7042 6 месяцев назад

    Excellent - So easy to follow - Thanks

  • @greaty93
    @greaty93 Год назад

    LEGEND!!! so easy to understand

  • @olohitareoyakhire6755
    @olohitareoyakhire6755 2 года назад

    Thank you very much for this.

  • @meataidstheft
    @meataidstheft Год назад

    🥳🥳🥳🥳🥳 you just saved me so much work, thank you for this!!

  • @sierahbarnhart2894
    @sierahbarnhart2894 3 дня назад

    Thank you!

  • @johnboffin476
    @johnboffin476 2 месяца назад

    Hello Sir Chester, you are a great teacher, I like your teaching. thanks for your help.

  • @xin8318
    @xin8318 Год назад

    Thank you Chester, solved my problem

  • @maxyusupov9508
    @maxyusupov9508 Год назад

    THANK YOU CHESTER!!!!! you always teach very usefull stuffs keep it up🤩👍👍👍👍

  • @insanity999
    @insanity999 2 года назад +2

    Thank you Chester, you explained this so well. I actually understand it now and don't need to just copy a formula.
    Do you know why, or if there is a workaround to using the colon shortcut for adding a series of cell values together? Let's say, my input data is not in two cells as in your example but is in 5 adjacent cells. If I just want to add them I can use =SUM(A1:E1), but when I apply the empty text string formula, this part no longer works.
    To keep it simple, I only want a formula to show when the last of the five data input boxes (E1) is populated:
    =IF(E1="","",(A1:E1)) will return an error, so you have to use a long form of this:
    =IF(E1="","",(A1+B1+C1+D1+E1))

  • @Pattythomas5
    @Pattythomas5 6 месяцев назад

    Than you! It worked perfectly!

  • @alimohamedahmed2328
    @alimohamedahmed2328 3 года назад

    Thank you so much

  • @AngelaRodriguez-lr4jj
    @AngelaRodriguez-lr4jj Год назад

    thank you so much for this! huge help

  • @amaliage1
    @amaliage1 11 месяцев назад

    A million thanks !!!!!!!!!!!!!!!

  • @Abdullah_Alhathloul
    @Abdullah_Alhathloul 29 дней назад

    Excellent

  • @nazifanawyal5102
    @nazifanawyal5102 10 месяцев назад

    you saved my life. Thanks 😭😭😭😭

  • @user-ny6pi8eg8d
    @user-ny6pi8eg8d Год назад

    Thank Your sir.... It is working fine for my sale order formate

  • @khaledshamat792
    @khaledshamat792 2 года назад

    thank you sooooo much

  • @gjgeno
    @gjgeno 2 года назад

    Thanks professor! I've built an excel task generator for tasks in my sales-cycle (using a cadence I've built in column C and ignoring federal holidays I've added in column A) via the =WORKDAY function. The formula schedules due dates for upcoming tasks as soon as I enter a "first attempt date" in Column I [an example formula for one row of the sheet is =WORKDAY($I7, $C$3,$A$2:$A$14) and I'm struggling to have that formula ignored when there is no "first attempt date" filled out in column I. Any tips much appreciated!

  • @mikealike5000
    @mikealike5000 Год назад

    Exactly what i needed thank you!!!

  • @carsonc1272
    @carsonc1272 Год назад

    Thanks!

  • @user-ni3iw5rb3s
    @user-ni3iw5rb3s 7 месяцев назад

    thank you sir

  • @shankar2091
    @shankar2091 2 года назад

    Best thing on the internet

  • @manavvlogs7337
    @manavvlogs7337 Год назад

    Thanks 🙏🙏🙏

  • @TheWeteyezz
    @TheWeteyezz 2 года назад

    thank you so much!!! I was trying to figure out that [cell=""] part... Isnull wasnt working because the cell being referenced was formulated

  • @chantelleyurechuk9764
    @chantelleyurechuk9764 2 года назад

    You're Amazing!

    • @chantelleyurechuk9764
      @chantelleyurechuk9764 2 года назад

      I didn't even watch your whole video, had tried with ISBLANK as that seemed logical to me but was getting FALSE, as soon as I Used "" totally worked ! Great skills and explanation ! :D

  • @faizalmukthesar7274
    @faizalmukthesar7274 6 месяцев назад

    Can you please make a video on how to roundup the values along with IF functions when there are empty cells?

  • @enricoeats
    @enricoeats 2 года назад +1

    Hello Professor, great video! I have a problem, when I type the formula in, the cell that is supposed to ignore the formula, actually give me either True or False, but not an empty cell. I don't know if it's because I'm on a Mac version, but it's not working! :(

  • @StevenYoutsey
    @StevenYoutsey Год назад

    Thanks so much!

  • @nakedsphynxcathampshire9469
    @nakedsphynxcathampshire9469 Год назад

    Hi Chester, hope you’re ok? if I have formula working out an age which is given back to me shown in years and months by using a date of birth in a column & cell and then a formula which is using the ‘today’ function, where the date of birth cell does not yet have a data can I use one of these scenarios - built into my formula somehow - to give me a return of a blank? I’m not massively experienced so please talk to me like I’m 3! Thank you.

  • @trevormcdonald2319
    @trevormcdonald2319 Год назад

    thanks

  • @gymwithliv2012
    @gymwithliv2012 2 года назад +1

    Will these work over 2 cells? Sat the first cell has todays date.
    The next cell has a function to add a date 6 months in the future.
    As we get closer to the 6 month date the cell changes colour.
    How can I stop the conditional formatting if there is no initial date entered?
    Hopefully this isn't too confusing...

  • @davida6146
    @davida6146 2 года назад +1

    I kind of like the last formula you showed IF(OR( statement, but I want to return the value if the column isn't blank. For example columns A | B | C all may contain values, but only 1 of the 3 columns will contain a value per row. In column D, I'd like to return the value that isn't blank (so every row in column D has a value)... how would I do that?

    • @alexanderstewart489
      @alexanderstewart489 2 года назад

      I would SUM(A1,B1,C1) If you know only 1 of the 3 will have data

  • @nurulhaffiza26
    @nurulhaffiza26 Год назад

    Hi. I would like to ask how can i use isblank for multiple columns & combine it with max function ? Let say i have 3 columns for dates. I tried if(isblank(a2:c2),"",max(a2:c2)) but it doesnt work

  • @anthonybrigantic664
    @anthonybrigantic664 2 года назад

    how can you change the formula to show blank cells that have text? im trying to skip cells that have two blank cells in a row for example if H1 and G1 are blank then return a value thanks!

  • @alexanderstewart489
    @alexanderstewart489 2 года назад

    The final IF(OR( is a life saver, although if cell A is empty, i want to subtract cell B from 0 to show negative movement from cell A. How can i work that in? Currently i have "=IF(OR(AF4="",R4=""),SUM(AF4,R4),AF4-R4)" But the sum instead only gives a positive number rather than showing where AF has decreased (this formula runs 10 wide and 1500 down).

  • @stopdrinkingleftskoolaid6510
    @stopdrinkingleftskoolaid6510 10 месяцев назад

    Thanks for that. My issue is using ISBLANK() using a range of cells.
    =IF(ISBLANK(B3:B6),””,A2)
    I have 2 tables on a sheet with data. If just one of the cells in the first table in the range (B3:B6) has data, the formula places the information from a separate cell (A2) which is in first DATA table into the cell in the second table where I need the data transferred to.
    For some reason, the formula doesn’t work using the range in the ISBLANK() function but will work with just 1 cell in the ISBLANK part of the formula. I can’t find an answer anywhere in any video. Thanks very much.

  • @nighthawkawandrewwilkinson37
    @nighthawkawandrewwilkinson37 Год назад

    im making a time sheet for my self to calculate hrs and over time as personal record when i use formula but when i copy the formula to the rows it showing 24 in every row even when no data is entered this is formula im using ,is there a way to hide till data is inserted =IF(D24>C24,(D24-C24),(D24-C24+1))*24

  • @watcher4887
    @watcher4887 5 месяцев назад

    Sir, I have an assignment from an institute and it's really a long one, the empty cells in the sheet are filled with a hyphen because of that the formula is not ignoring the cells can you advise how to make a formula to ignore cells with a hyphen please ?

  • @miguelate
    @miguelate 6 месяцев назад

    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? We are using Google Sheets

  • @murtazamohammadi9370
    @murtazamohammadi9370 2 года назад

    I want to count two cells according two creteria but some rows are empty, I want to count the empty row according anothere two rows. How can I do that.

  • @martymabry720
    @martymabry720 Год назад

    I have a cell of numbers, the first is D10. I would like D11 to say "PASS" if that number is above the number on I6, and "Scrap" if it is below the number on I6. However if the cell is blank I want D11 to stay blank. I believe I have Excel 2016. Can you help me with this?

  • @chrisjados9822
    @chrisjados9822 Год назад

    How can you use these formulas without it saying true or false? I would like it to equal another cell if the cell is blank. I am putting together a price survey spreadsheet and if I dont have any prices surveyed, I would like the cell to equal the current cell I have

  • @MushtaqAhmad-of5fu
    @MushtaqAhmad-of5fu 2 года назад

    dear sir in this table count blank cell in column D

  • @harish7041
    @harish7041 2 года назад

    How to ignore blank cell and place lesser than and grater than formula