+ Reply to Thread
Results 1 to 4 of 4

Help with IF function

  1. #1
    Forum Contributor
    Join Date
    11-08-2011
    Location
    Leeds
    MS-Off Ver
    Excel 2010
    Posts
    279

    Help with IF function

    Hi,

    I'm doing a pretty standard IF function but for the life of me I cant remember how to finish it.

    The function I have so far is =IF(G13=116,"Half Day",IF(G13=232,"Full Day"))

    All I want it to do is if it is false then show cell G13.

    For some reason I completley forgot how to do this.

    Thanks

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,168

    Re: Help with IF function

    IF(G13=116,"Half Day",IF(G13=232,"Full Day",G13)) ??
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Help with IF function

    Is this what you are looking for?

    =IF(G13=116,"Half Day",IF(G13=232,"Full Day", G13))
    In English it says if G13 = 116 enter "Half Day, if G13 = 232 enter "Full Day" for all else just enter whatever is in G13.
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  4. #4
    Forum Contributor
    Join Date
    11-08-2011
    Location
    Leeds
    MS-Off Ver
    Excel 2010
    Posts
    279

    Re: Help with IF function

    Thanks for some reason I was putting =G13 instead of G13, Thanks for you help

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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