SlideShare una empresa de Scribd logo
1 de 13
20 Excel Functions to Know and Use Before you Die – The IF Function
Continuing our series of  “20 Functions to Know and Use before You Die” , this time it is the turn of the  IF  function.  Chances are, that in virtually any half decent spreadsheet you open there will be an IF statement. They can vary from a basic test returning a TRUE or FALSE outcome, multiple nested statements through to highly complex array formulas.
One thing they all have in common is that they give you a TRUE or FALSE answer and based on that you can then perform calculations or display a text message. The basic structure of the IF function is; =IF(test, do if TRUE, do if FALSE)
The test part of the function might be to check a value in a cell or to compare various cells e.g. A3 > 200, D5=G5, F2 = “text” etc. If the outcome of the test is TRUE, it then performs the ‘do if TRUE’ part or if the test gives a FALSE outcome it performs the ‘do if FALSE’ part. Note that the FALSE section is optional but if the outcome is FALSE,  Excel  will display the word ‘FALSE’ in the cell.
If we wanted to display the words “Chase customer” if the word “No” appears in column F, our formula would be; =IF(F2=“No”,“Chase customer”,“Paid”)   Test: has the cell to the left got the word “No” in it? Do if TRUE: display the words “Chase customer”   Do if FALSE: display the word “Paid” Note: if you want to display text you must have double speech marks.
If you don’t want to display anything, simply enter “” with no space between the speech marks. The IF statement can then be extended to test multiple cells using AND , OR or NOT.
If we were particularly concerned about late payments on desks and wanted to focus on those our formula might be; =IF(AND(F2=“No”,E2=“Desks”), “Chase customer”,“Not urgent”)
You can also create sets of nested IF statements. You can create up to 7 nested statements to perform multiple subsequent tests. Take the data below. I want to see if the Sales value falls between my  Min  and  Max  values above the table.   In order to test this we would need the following formula; =If($D5>=F$1,IF(($D5<=F$2,$D5,NA()),NA())
The first IF tests whether the sales value (240) is greater than the Min value (100), which is TRUE. It then performs the TRUE portion of the statement which in this case is another IF. This time it tests whether 240 is less than or equal to the Max value (149). This is FALSE, so displays NA(). When the test for both is TRUE, it simply displays the Sales value.
Beyond nested Ifs you are then looking at array formulas, which are a special type of formula that allow you to perform multiple tests on whole ranges of data with a single formula.
Returning to our original data table, I might want to find out total sales on desks or cabinets in both South and West regions. In Excel 2007 and 2010 there are some new functions such as SUMIFS and AVERAGEIFS that allow you to perform multiple criteria SUMIF type calculations but you can do this and other far more complex calculations with an array formula;  {=SUM(IF(((D2:D50=“South”)+( D2:D50=“West”))*((E2:E50= “Cabinets”)+(E2:E50= “Desks”)),D2:D50))}  Note that * and + replace AND and OR in this type of formula.
So next time, have a go at adding an IF statement into your worksheets. You’ll wonder how you ever worked with data without an IF. Next time in this series……VLOOKUP.
    Find out more about Excel courses and tips. Find out more on  Bespoke Training  and  Managed Training Services  on Thales Training and Consultancy

Más contenido relacionado

Más de Thales Training & Consultancy (13)

I wish I could... Excel Tips
I wish I could... Excel TipsI wish I could... Excel Tips
I wish I could... Excel Tips
 
If only there was an easier way….of creating a series
If only there was an easier way….of creating a seriesIf only there was an easier way….of creating a series
If only there was an easier way….of creating a series
 
Top Tips to Online Learning
Top Tips to Online LearningTop Tips to Online Learning
Top Tips to Online Learning
 
Project Cost and Schedule Control
Project Cost and Schedule ControlProject Cost and Schedule Control
Project Cost and Schedule Control
 
Guide to PRINCE2®
Guide to PRINCE2® Guide to PRINCE2®
Guide to PRINCE2®
 
On course-spring-2011
On course-spring-2011On course-spring-2011
On course-spring-2011
 
Employee Engagement Presentation
Employee Engagement PresentationEmployee Engagement Presentation
Employee Engagement Presentation
 
What is an it course?
What is an it course? What is an it course?
What is an it course?
 
Learning and Skills 2011
Learning and Skills 2011Learning and Skills 2011
Learning and Skills 2011
 
Tips Time Management Presentation
Tips Time Management PresentationTips Time Management Presentation
Tips Time Management Presentation
 
Tips managing projects presentation
Tips managing projects presentationTips managing projects presentation
Tips managing projects presentation
 
Tips communication skills presentation
Tips communication skills presentationTips communication skills presentation
Tips communication skills presentation
 
Assertiveness presentation
Assertiveness presentationAssertiveness presentation
Assertiveness presentation
 

Último

"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate AgentsRyan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate AgentsRyan Mahoney
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
Visualising and forecasting stocks using Dash
Visualising and forecasting stocks using DashVisualising and forecasting stocks using Dash
Visualising and forecasting stocks using Dashnarutouzumaki53779
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 

Último (20)

"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate AgentsRyan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
Ryan Mahoney - Will Artificial Intelligence Replace Real Estate Agents
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
Visualising and forecasting stocks using Dash
Visualising and forecasting stocks using DashVisualising and forecasting stocks using Dash
Visualising and forecasting stocks using Dash
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 

20 excel functions to know and use before you die – the if function 280611

  • 1. 20 Excel Functions to Know and Use Before you Die – The IF Function
  • 2. Continuing our series of “20 Functions to Know and Use before You Die” , this time it is the turn of the IF function. Chances are, that in virtually any half decent spreadsheet you open there will be an IF statement. They can vary from a basic test returning a TRUE or FALSE outcome, multiple nested statements through to highly complex array formulas.
  • 3. One thing they all have in common is that they give you a TRUE or FALSE answer and based on that you can then perform calculations or display a text message. The basic structure of the IF function is; =IF(test, do if TRUE, do if FALSE)
  • 4. The test part of the function might be to check a value in a cell or to compare various cells e.g. A3 > 200, D5=G5, F2 = “text” etc. If the outcome of the test is TRUE, it then performs the ‘do if TRUE’ part or if the test gives a FALSE outcome it performs the ‘do if FALSE’ part. Note that the FALSE section is optional but if the outcome is FALSE, Excel will display the word ‘FALSE’ in the cell.
  • 5. If we wanted to display the words “Chase customer” if the word “No” appears in column F, our formula would be; =IF(F2=“No”,“Chase customer”,“Paid”) Test: has the cell to the left got the word “No” in it? Do if TRUE: display the words “Chase customer” Do if FALSE: display the word “Paid” Note: if you want to display text you must have double speech marks.
  • 6. If you don’t want to display anything, simply enter “” with no space between the speech marks. The IF statement can then be extended to test multiple cells using AND , OR or NOT.
  • 7. If we were particularly concerned about late payments on desks and wanted to focus on those our formula might be; =IF(AND(F2=“No”,E2=“Desks”), “Chase customer”,“Not urgent”)
  • 8. You can also create sets of nested IF statements. You can create up to 7 nested statements to perform multiple subsequent tests. Take the data below. I want to see if the Sales value falls between my Min and Max values above the table. In order to test this we would need the following formula; =If($D5>=F$1,IF(($D5<=F$2,$D5,NA()),NA())
  • 9. The first IF tests whether the sales value (240) is greater than the Min value (100), which is TRUE. It then performs the TRUE portion of the statement which in this case is another IF. This time it tests whether 240 is less than or equal to the Max value (149). This is FALSE, so displays NA(). When the test for both is TRUE, it simply displays the Sales value.
  • 10. Beyond nested Ifs you are then looking at array formulas, which are a special type of formula that allow you to perform multiple tests on whole ranges of data with a single formula.
  • 11. Returning to our original data table, I might want to find out total sales on desks or cabinets in both South and West regions. In Excel 2007 and 2010 there are some new functions such as SUMIFS and AVERAGEIFS that allow you to perform multiple criteria SUMIF type calculations but you can do this and other far more complex calculations with an array formula; {=SUM(IF(((D2:D50=“South”)+( D2:D50=“West”))*((E2:E50= “Cabinets”)+(E2:E50= “Desks”)),D2:D50))} Note that * and + replace AND and OR in this type of formula.
  • 12. So next time, have a go at adding an IF statement into your worksheets. You’ll wonder how you ever worked with data without an IF. Next time in this series……VLOOKUP.
  • 13.   Find out more about Excel courses and tips. Find out more on Bespoke Training and Managed Training Services on Thales Training and Consultancy