+ Reply to Thread
Results 1 to 5 of 5

Nested IF with Offset and Aggregate function together

  1. #1
    Registered User
    Join Date
    09-05-2016
    Location
    Vancouver, Canada
    MS-Off Ver
    365
    Posts
    63

    Nested IF with Offset and Aggregate function together

    I have a larger data source (not in my sample) that is consolidated into helper columns (U:AC) with a reference cells in column T. In my actual excel document this helper cell will change based on the input in cell B6

    what I am looking to do is move the data into the corresponding columns based on the area that they fall under.... Technical (E:G) Tactical (H:J) Psych/Self (K:M)
    I am able to move data over using this formula

    =IF('CAMP PLANNING'!X2="Technical",OFFSET('CAMP PLANNING'!AB2,'CAMP PLANNING'!$T$3,0),"")

    but the issue I am running into is it isnt putting it into the correct order and if I move this formula over to the Tactical or Psych columns it wont show any data. I am assuming this is because it is just showing the data from the first, second, third...... and if it doesn't match the if function it show blank.

    What I want it to do is to put the data into the proper order High - 1st, Med High - 2nd, Med Low - 3rd, Low - 4th. and if there is say no High it will start with Med High. I am assuming that the aggregate function would be the best option to sort this but I am not able to get it nested into a proper working function with Offset and IF together

    the blue highlighted box is what I want the actual data order to show prioritizing the high to low column in row 11 to 24
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    04-13-2011
    Location
    Ottawa, Canada
    MS-Off Ver
    365
    Posts
    1,101

    Re: Nested IF with Offset and Aggregate function together

    Hey...From what you want to accomplish, isn't it much better via using pivot table?

    In your case, it'll be 3 different pivot tables

  3. #3
    Registered User
    Join Date
    09-05-2016
    Location
    Vancouver, Canada
    MS-Off Ver
    365
    Posts
    63

    Re: Nested IF with Offset and Aggregate function together

    no a pivot table wont work for what I am doing with my final document.

  4. #4
    Valued Forum Contributor
    Join Date
    04-13-2011
    Location
    Ottawa, Canada
    MS-Off Ver
    365
    Posts
    1,101

    Re: Nested IF with Offset and Aggregate function together

    This is what I've done. And since you have a formula on your data, I make is as values so that you can see the pivot takes the data from the source
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    09-05-2016
    Location
    Vancouver, Canada
    MS-Off Ver
    365
    Posts
    63

    Re: Nested IF with Offset and Aggregate function together

    Pivot tables are not what I am looking for

+ 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] AGGREGATE Function
    By chief_abound in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-03-2015, 12:48 AM
  2. Aggregate Function Using Sum
    By gtbaseball7 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-01-2015, 02:19 PM
  3. Aggregate Function
    By nav505 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-04-2013, 03:20 AM
  4. [SOLVED] Nested Function & Offset Cell ERROR
    By DDM64 in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 01-25-2013, 04:23 PM
  5. [SOLVED] Nested Function & Offset Cells Help
    By DDM64 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-24-2013, 04:31 PM
  6. Offset function with nested match function not finding host ss.
    By MKunert in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-21-2006, 06:50 PM
  7. Aggregate function
    By stefantem in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-19-2006, 04:47 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