+ Reply to Thread
Results 1 to 5 of 5

Creating an array to automatically calculate column F

  1. #1
    Registered User
    Join Date
    06-18-2010
    Location
    Orange Park, FL
    MS-Off Ver
    Office 365
    Posts
    78

    Creating an array to automatically calculate column F

    Currently, I have to manually enter the number of bundles in column F. I would like to create an array that would calculate the number of bundles on the data tab in column F to the Totals tab in column F based on column A, B and E (Totals tab) matching the data tab columns B, C and S.
    Attached Files Attached Files

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Creating an array to automatically calculate column F

    Hi kafarrell,

    Can you at least tell us how you do your calculations so we could understand how you arrived at the results that you have in column F?
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,915

    Re: Creating an array to automatically calculate column F

    =SUMIFS(Data!F$2:F$66,Data!A$2:A$66,$C2,Data!B$2:B$66,$A2,Data!C$2:C$66,$B2,Data!S$2:S$66,$E2)
    Try this and copy towards down
    Last edited by samba_ravi; 11-12-2014 at 01:57 PM.
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  4. #4
    Registered User
    Join Date
    06-18-2010
    Location
    Orange Park, FL
    MS-Off Ver
    Office 365
    Posts
    78

    Re: Creating an array to automatically calculate column F

    Thank you... I figured it out! =SUM(IF(Data!B:B='Totals by PL&E SO'!A2,IF(Data!C:C='Totals by PL&E SO'!B2,IF(Data!A:A='Totals by PL&E SO'!C2,IF(Data!S:S='Totals by PL&E SO'!E2,Data!F:F)))))

  5. #5
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,915

    Re: Creating an array to automatically calculate column F

    Thanks for your feedback and adding reputation points

+ 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] Using array formula instead of creating a helper column
    By jasonleewkd in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-10-2014, 12:55 PM
  2. Replies: 2
    Last Post: 06-01-2011, 07:43 AM
  3. VBA code to calculate two column values automatically
    By jpruffle in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-10-2009, 04:31 PM
  4. Creating a single vertical array from multiple column arrays
    By Bryan in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-10-2005, 03:15 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