+ Reply to Thread
Results 1 to 3 of 3

Dumb Excel question on IF (IFS) formula

  1. #1
    Registered User
    Join Date
    04-07-2014
    Location
    North Little Rock
    MS-Off Ver
    Excel 2010
    Posts
    17

    Smile Dumb Excel question on IF (IFS) formula

    I have never been able to grasp the whole IF statement thing. I know, it's apparently so freakin easy. But I just can't ever figure it out. I'm hoping you brilliant people can save my a** here.

    Here's what I'm trying to accomplish:
    I have a list of training courses broken out by job title and department. I need the cell for a specific training to either show YES or just stay Blank if there is any value in the range of cells for the department. Attached is an example.

    So the cells highlighted yellow need to either have a YES because any of the cells below it have a value in them, or blank because none of the cells have a value. In this example all 4 cells should have a YES in them.

    Please remember I don't speak Excel and would appreciate it if you could keep any explanations in a simple terms as possible.

    Thank you so much!

    Ok, so yeah, I was in a hurry Friday to get out of the office and forgot to attach the example. LOL. Let's try this again shall we...
    Attached Files Attached Files
    Last edited by dajul73; 06-20-2016 at 12:26 PM. Reason: Forgot the attacment

  2. #2
    Valued Forum Contributor
    Join Date
    01-08-2011
    Location
    Portsmouth, England
    MS-Off Ver
    Excel 2007 to 2016
    Posts
    456

    Re: Dumb Excel question on IF (IFS) formula

    Can you attach your workbook?

    Click on the Go Advanced button, scroll down to manage attachments. This opens a new page where you can browse to your file, then click on the Upload button.
    Excel is a constant learning process and it's great to help each other. If any of us have helped you today, a click on the "reputation" star on the left is appreciated.

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,959

    Re: Dumb Excel question on IF (IFS) formula

    Quote Originally Posted by dajul73 View Post
    I have never been able to grasp the whole IF statement thing. I know, it's apparently so freakin easy. But I just can't ever figure it out.
    Most things are easy if you understand them and know how they work, but if you dont know, then they are not easy

    Here is how a *simple* IF statement works...
    - it is made up of 3 parts...
    1. what to test
    2. what to do if the test is true
    3. what to do if the test is false

    =IF(what to test, what to do if test is TRUE, what to do if test is FALSE)

    =IF(1=2, "correct", "incorrect")
    So that would return Incorrect

    =IF(2=2, "correct", "incorrect")
    That would return Correct

    That really is all there is to it. They can become much more involved, but the basic principle remains.

    for instance, each TRUE can contain it's own IF statement, and so can the FALSE...
    =IF("bird"="cat", IF("cat" = "Large cat", "run", "pet"), IF("Bird" = "pretty", "Buy", "dont Buy")

    Obviously a ridiculous example, but it shows the point

    Hope that helps?
    Last edited by FDibbins; 06-18-2016 at 12:11 AM. Reason: fixed typos
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Dumb question I know...
    By kuja in forum Excel General
    Replies: 4
    Last Post: 11-09-2010, 05:57 PM
  2. Dumb question
    By kirkm in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-06-2006, 06:50 AM
  3. [SOLVED] dumb question
    By uw805 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-08-2006, 12:10 PM
  4. Dumb VBA question
    By nobbyknownowt in forum Excel General
    Replies: 0
    Last Post: 04-23-2006, 08:35 AM
  5. Very dumb question
    By gregorsamsa in forum Excel General
    Replies: 2
    Last Post: 03-23-2006, 11:20 AM
  6. No Dumb Question
    By darkbearpooh1 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-25-2006, 11:35 AM
  7. [SOLVED] Dumb question of the day.
    By DennisB in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-11-2005, 11:05 PM
  8. Dumb Question...
    By smoove in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-18-2005, 07:07 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1