+ Reply to Thread
Results 1 to 15 of 15

Lookup values accross several sheets to create summary sheet

Hybrid View

  1. #1
    Valued Forum Contributor
    Join Date
    03-20-2011
    Location
    UK
    MS-Off Ver
    Excel 2007/10/16
    Posts
    840

    Re: Lookup values accross several sheets to create summary sheet

    Hi

    Season 1 and 2

    Column N =IF($E4=5,1,0)
    Column O =IF($F4>=3,1,0)

    You have a choice
    Lower: <
    Lower and =: <=
    =: =
    Higher and =: >=
    Higher: >

    Then Dummy Column K =IF($B2="","",SUMPRODUCT(SUMIF(INDIRECT("'"&Sheetlist&"'!A:A"),$B2,INDIRECT("'"&Sheetlist&"'!N:N"))))
    Column L =IF($B2="","",SUMPRODUCT(SUMIF(INDIRECT("'"&Sheetlist&"'!A:A"),$B2,INDIRECT("'"&Sheetlist&"'!O:O"))))
    Attached Files Attached Files
    To help you by my post? it would be nice to click on to say "Thank you".
    If you are happy with a solution to your problem?
    Click Thread Tools above your first post,
    select "Mark your thread as Solved".

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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