+ Reply to Thread
Results 1 to 4 of 4

If Or Conditional Statement Help

  1. #1
    Registered User
    Join Date
    01-26-2015
    Location
    br, la
    MS-Off Ver
    2010
    Posts
    3

    If Or Conditional Statement Help

    I have four columns of data (A, B, C, and D). A and B have numbers in them and the cells in C are blank (to be filled in later on). I want column D to be the maximum value of either A or B if there is no number in column C. If a value is entered into column C, I want each corresponding cell in D to equal the values in C. Any suggestions on how to make this formula work??

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: If Or Conditional Statement Help

    Try

    =IF(C2="",MAX(A2,B2),C2)

  3. #3
    Registered User
    Join Date
    01-26-2015
    Location
    br, la
    MS-Off Ver
    2010
    Posts
    3

    Re: If Or Conditional Statement Help

    Quote Originally Posted by Jonmo1 View Post
    Try

    =IF(C2="",MAX(A2,B2),C2)
    Perfect! Thank you!

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: If Or Conditional Statement Help

    You're welcome

+ 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] Conditional statement help!
    By tlbw73 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-17-2014, 02:24 PM
  2. [SOLVED] Conditional IF statement
    By Stibbz in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-14-2012, 07:11 AM
  3. How to use conditional statement
    By maverick3483 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-10-2009, 05:39 PM
  4. Conditional Max Statement
    By olsoniv in forum Excel General
    Replies: 5
    Last Post: 03-27-2007, 09:26 PM
  5. [SOLVED] conditional statement
    By mjstizzle in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 06-29-2005, 01:05 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