How to display the calendar month of a date Formula...
Read MoreFormula Friday #20
Formula Fridays are short reads, spotlighting a single formula that you can start using straight away.
Formula Fridays are short reads, spotlighting a single formula that you can start using straight away.
I’m sure a fair few of you will be familiar with IFERROR. But perhaps not so many will be familiar with ISERROR. I was introduced to ISERROR before IFERROR but as soon as I started using it I never looked back.
One allows you to tell Excel what to do if your formula results in an error – IFERROR. And the other will tell you if the formula will result in an error – ISERROR.
IFERROR will typically have a formula to test nested inside of it. Such as
=IFERROR(VLOOKUP($X11,‘DAILY CHANNEL’!$A:$J,Y$2,0)/1000,0)
ISERROR, on the other hand, will typically make up part of the formula to test. It’s frequently nested inside of an IF statement like this
=IF(ISERROR(SUM(Y6:Y11)),0,SUM(Y6:Y11))
I use IFERROR most often. It’s easier to understand and looks neater, in my opinion. The most important thing to remember is what you are asking Excel.
With IFERROR you’re assumption is that the formula will work. So in instances when it does not work you want there to be a standardised result. When using ISERROR, the assumption is that the formula will not work – will cause an error. And in the instances when it does not result in an error, input a standardised result.
How to display the calendar month of a date Formula...
Read MoreGetting started with IF statements Formula Friday #13 Formula Fridays...
Read MoreFinding an exact match for your needs on the internet can, at times, feel like trying to find the missing pair to your odd sock. You know it’s in the drawer somewhere, but you just can’t see it for love nor money. That’s where I can help, think of me as your Excel Agony Aunt, send in your lonely heart letters and I will find your perfect formula partner.
I can help bring your ideas to life. Let’s talk about what we can build together.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-advertisement | 1 year | Set by the GDPR Cookie Consent plugin, this cookie is used to record the user consent for the cookies in the "Advertisement" category . |
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
CookieLawInfoConsent | 1 year | Records the default button state of the corresponding category & the status of CCPA. It works only in coordination with the primary cookie. |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |
Cookie | Duration | Description |
---|---|---|
_ga | 2 years | The _ga cookie, installed by Google Analytics, calculates visitor, session and campaign data and also keeps track of site usage for the site's analytics report. The cookie stores information anonymously and assigns a randomly generated number to recognize unique visitors. |
_ga_EQQNC0TZ45 | 2 years | This cookie is installed by Google Analytics. |
_gat_gtag_UA_206306690_1 | 1 minute | Set by Google to distinguish users. |
_gid | 1 day | Installed by Google Analytics, _gid cookie stores information on how visitors use a website, while also creating an analytics report of the website's performance. Some of the data that are collected include the number of visitors, their source, and the pages they visit anonymously. |