Results 1 to 5 of 5

SUM ARRAY Formula Issue - Probably an easy one...

Threaded View

  1. #1
    Registered User
    Join Date
    10-14-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    47

    SUM ARRAY Formula Issue - Probably an easy one...

    In my raw data I have two single-column OFFSET Named Ranges; [PlantID]; [SqFootage].

    In my output sheet, I am attempting to SUM square footage p/PlantID. There are several rows in the raw data table that may have the same PlantID. The issue is that some of the PlantID's are whole integers (e.g. 300), while some PlantID's are alpha/numeric strings (e.g. 1A1). Currently I am receiving output ONLY for the PlantID's that contain both number AND text (e.g. 1A1), however, I get no results for the whole integer PlantID strings...

    I have validated my OFFSET Named Ranges and they are working as intended. Here is my SUM ARRAY formula:
    {=SUM(IF((PlantID = D3), SqFootage))}

    *Does anyone know why my results are only outputting for alpha/numeric strings in the [PlantID] column, yet discarding the whole integer PlantID's?
    Last edited by huntethic; 04-10-2015 at 09:54 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Advanced Excel- Array formula issue
    By PatCell in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-05-2015, 09:02 PM
  2. Array formula issue
    By dushtin in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-27-2013, 11:53 AM
  3. Array / Concatenate formula issue
    By Ozwilly in forum Excel General
    Replies: 6
    Last Post: 10-27-2011, 04:41 AM
  4. Replies: 0
    Last Post: 07-27-2005, 11:05 AM
  5. [SOLVED] Easy copy of an Array Formula with Dynamic Value...
    By Dennis G. in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-05-2005, 08:06 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