+ Reply to Thread
Results 1 to 3 of 3

IF Statement Help based on answer in a cell

  1. #1
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Southern Cali
    MS-Off Ver
    2013
    Posts
    104

    IF Statement Help based on answer in a cell

    Hello,

    Here is what I have:

    D13 = Date received
    E13 = Due Date =(DATE(YEAR(D13),MONTH(D13),DAY(D13)+10))
    F13 = Date Completed
    G13 = Extension with drop down of "yes" or "no"
    H13 = this is where I need to insert the IF statement, I am looking for IF G13= Yes, then calculate D13 +24 days.

    I haven't been able to get the if statement to work.....
    Last edited by rhett7660; 08-31-2017 at 02:50 PM. Reason: Solved

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: IF Statement Help based on answer in a cell

    H13 =if(g13="yes",D13+24,"")

    D13 needs to be formatted as date.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Contributor
    Join Date
    12-16-2015
    Location
    Southern Cali
    MS-Off Ver
    2013
    Posts
    104

    Re: IF Statement Help based on answer in a cell

    Quote Originally Posted by oeldere View Post
    H13 =if(g13="yes",D13+24,"")

    D13 needs to be formatted as date.

    Good lord, that was way to easy! I had a huge formula I was working with and it was just that!

    Thank you very very much!!!

+ 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. Replies: 4
    Last Post: 04-12-2016, 03:50 PM
  2. Cell Answer based on certain criteria
    By tdyl69 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-08-2015, 05:28 PM
  3. Replies: 4
    Last Post: 04-08-2015, 11:00 AM
  4. IF statement that selects answer based on 2 different cell values
    By DPGreenwald in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-17-2014, 03:08 PM
  5. [SOLVED] Formula that changes answer cell based on numeric value in reference cell
    By dtinman in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-28-2014, 12:41 PM
  6. answer based on cell value
    By robert.begley1 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 07-08-2014, 09:07 AM
  7. return answer based on cell value
    By excellentexcel in forum Excel General
    Replies: 2
    Last Post: 08-29-2009, 04:55 AM

Tags for this Thread

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