+ Reply to Thread
Results 1 to 2 of 2

Serious Problem with Formula's Result - It is reading formula instead of DATA (output)

  1. #1
    Registered User
    Join Date
    09-12-2013
    Location
    Los angeles, CA
    MS-Off Ver
    Excel 2013
    Posts
    60

    Serious Problem with Formula's Result - It is reading formula instead of DATA (output)

    Hello.
    Ok, I will try to keep this simple.

    Please see files attached.

    I have a SUMIF function =SUMIF($F:$F,F3846,$G:$G)
    It turns out that this formula is taking into account the formula in rubric F, instead of the output (text?).

    What do I mean by this?

    Column F is made out of a few formulas that outputs names.
    One formula is =PROPER(D3845&" "&E3845)
    The other is =PROPER(D3837)

    The problem:
    When my SUMIF function outputs the results, it seems to take into account the formulas themselves instead of the output text.

    So I am getting wrong data in my SUMIF column. This is very bad for me.

    So someone named Dan Cox will be the result of different furmulas, and therefore my SUMIF will not see him as the same person!

    Is there a way to tell my SUMIF function to not look at the formula that created the name, but look only on the output text (so that Dan Cox will be Dan Cox instead of being
    =PROPER(D3845&" "&E3845)
    or
    =PROPER(D3837)


    Hope I am being clear.

    Thanks so much!

    Any help will be greatly appreciated.
    Last edited by benyben123; 01-06-2014 at 03:49 AM.

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

    Re: Serious Problem with Formula's Result - It is reading formula instead of DATA (output)

    =PROPER(D3&" "&E3) returns a space after patricia krzanich thereby ruining your results

    Use
    =TRIM(PROPER(D3&" "&E3))

    Then your SUMIF formula shoud work
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ 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. Output result from formula into different cell
    By jdeboef in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-11-2012, 03:06 PM
  2. formula to count & output result in different color
    By chano in forum Excel General
    Replies: 4
    Last Post: 01-04-2012, 10:35 PM
  3. output formula result into another cell
    By JMW123 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-29-2011, 08:44 AM
  4. Output result of a formula to a different cell?
    By nawu in forum Excel General
    Replies: 15
    Last Post: 04-03-2011, 09:12 PM
  5. Problem reading formula with ActiveCell.Formula
    By Matija in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-01-2011, 06:10 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