+ Reply to Thread
Results 1 to 5 of 5

If Formula missing a comma, etc, not sure

  1. #1
    Forum Contributor
    Join Date
    07-18-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    123

    If Formula missing a comma, etc, not sure

    Here is the formula, but it keeps coming back invalid

    =IF(d12="highest monthly interest",(E22=MAX($E$22:$X$22),$C$19+$Z$25,"0"))

    The E22 and on is the original (IF) formula, I am just trying to find a way to have that formula only if it is highest monthly interest.

  2. #2
    Valued Forum Contributor
    Join Date
    05-20-2013
    Location
    Ohio, USA
    MS-Off Ver
    Excel 2013
    Posts
    941

    Re: If Formula missing a comma, etc, not sure

    Try...

    =IF(AND(D12="highest monthly interest",E22=MAX($E$22:$X$22)),$C$19+$Z$25,"0")

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: If Formula missing a comma, etc, not sure

    jhren's formual will return FALSE if D12 does not equal "highest monthly interest"

    Also, remove the "" around the 0 if you want to return 0 the number instaed of "0" the text

    Try

    =IF(AND(D12="highest monthly interest",E22=MAX($E$22:$X$22)),$C$19+$Z$25,0)
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  4. #4
    Valued Forum Contributor
    Join Date
    05-20-2013
    Location
    Ohio, USA
    MS-Off Ver
    Excel 2013
    Posts
    941

    Re: If Formula missing a comma, etc, not sure

    Quote Originally Posted by Ace_XL View Post
    jhren's formual will return FALSE if D12 does not equal "highest monthly interest"

    ...
    Yeh... I caught that and must have edited while you were typing.

  5. #5
    Forum Contributor
    Join Date
    07-18-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    123

    Re: If Formula missing a comma, etc, not sure

    Thanks guys, added to you reputation.

+ 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. Find and remove all text to the left of last comma (including comma) in a cell
    By Excelrookie_1 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-05-2013, 08:47 AM
  2. [SOLVED] Find and add missing dates. Autofill the newly added rows. Save as csv(comma delimited)
    By msls09 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-18-2012, 01:29 PM
  3. [SOLVED] If comma present, then place a character before and after comma (FORMULA)
    By jaimealvarez in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-21-2012, 04:04 PM
  4. replace the comma separator to a dot and dot to a comma at the same time
    By barkiny in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-24-2010, 05:42 PM
  5. Missing Comma
    By mully in forum Excel General
    Replies: 4
    Last Post: 12-28-2005, 11:25 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