+ Reply to Thread
Results 1 to 2 of 2

Nested IF AND formula help

  1. #1
    Registered User
    Join Date
    03-02-2016
    Location
    Glasgow
    MS-Off Ver
    MS office 2013
    Posts
    1

    Nested IF AND formula help

    I am trying to create a formula to compute the following:

    IF stop_living = 19 AND age> 19 THEN "18"
    IF stop_living = 19 AND age <18 THEN age

    Thanks in advance!

  2. #2
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: Nested IF AND formula help

    Hi and welcome

    Maybe

    =if(and(stop_living = 19,age >19),18,age)
    Happy with my advice? Click on the * reputation button below

+ 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. [SOLVED] Nested if and formula
    By quibilty in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 12-26-2015, 09:22 AM
  2. Replies: 2
    Last Post: 08-24-2014, 04:56 AM
  3. [SOLVED] Help with nested IF formula
    By xx8josh9xx in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-01-2013, 02:11 AM
  4. Nested If Formula
    By Mitzy_fto in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-05-2010, 05:15 PM
  5. Replies: 2
    Last Post: 10-08-2009, 09:51 PM
  6. help on a nested countif/nested if formula
    By vickiemc in forum Excel General
    Replies: 2
    Last Post: 08-13-2008, 08:29 AM
  7. Nested Formula?
    By cwilliams in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 08-08-2006, 11:20 AM

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