+ Reply to Thread
Results 1 to 6 of 6

Sheet 1 total consolidation to sheet 2

  1. #1
    Forum Contributor
    Join Date
    04-11-2017
    Location
    Madurai
    MS-Off Ver
    2016
    Posts
    239

    Sheet 1 total consolidation to sheet 2

    Sir / Madam, i need to bring total consolidation from sheet1 to sheet 2 and sheet 3, i have highlighted output there like wise, i want to bring the same highlighted output from sheet1 to sheet2 and 3

    This formula was not working =SUMIF('Region wise Consolidation'!$K$4:$K$54,'Programme wise'!$B6,'Region wise Consolidation'!K$5) in C6 column

    please give me the correct one.
    Attached Files Attached Files
    Last edited by maddyrafi1987; 02-18-2021 at 10:40 PM.

  2. #2
    Valued Forum Contributor
    Join Date
    03-24-2020
    Location
    Thailand
    MS-Off Ver
    Office 2016
    Posts
    897

    Re: Sheet 1 total consolidation to sheet 2

    Hi there,

    In cell C6 on the Programme wise sheet, try: =SUMIFS('Region wise Consolidation'!$K$4:$K$54,'Region wise Consolidation'!$C$4:$C$54,LEFT(A4,LEN(A4)-FIND(" ",A4)-4))

    Basically: Area/range you want to SUM, Area/range where your CRITERIA is, the CRITERIA to match in yourarea/range.

    Note: Try to avoid merging cells.
    Would be easier if you have the 'Programm' as a criteria in a cell. You have it as xyz..SCALE UP MIS, so we break the first word out with the 'LEFT' function.
    If your Question is answered; please mark it SOLVED. If you are happy with a member's solution, say 'Thanks' and click the 'Star' to Add Reputation.

  3. #3
    Forum Contributor
    Join Date
    04-11-2017
    Location
    Madurai
    MS-Off Ver
    2016
    Posts
    239

    Re: Sheet 1 total consolidation to sheet 2

    its working fine, and i need the same for state wise sheet.. please send me the same to sheet3 also
    Attached Images Attached Images
    Last edited by maddyrafi1987; 02-19-2021 at 09:27 AM.

  4. #4
    Forum Contributor
    Join Date
    04-11-2017
    Location
    Madurai
    MS-Off Ver
    2016
    Posts
    239

    Re: Sheet 1 total consolidation to sheet 2

    please workout and send me the excel file for sheet 2 and sheet 3 the formula its not working from C 28 cells

    These formula is not working in C28 and C39

    =SUMIFS('Region wise Consolidation'!$K$4:$K$54,'Region wise Consolidation'!$C$4:$C$54,LEFT(A26,LEN(A26)-FIND(" ",A26)-4))

    =SUMIFS('Region wise Consolidation'!$K$4:$K$54,'Region wise Consolidation'!$C$4:$C$54,LEFT(A37,LEN(A37)-FIND(" ",A37)-4))
    Last edited by maddyrafi1987; 02-19-2021 at 09:50 AM.

  5. #5
    Valued Forum Contributor
    Join Date
    03-24-2020
    Location
    Thailand
    MS-Off Ver
    Office 2016
    Posts
    897

    Re: Sheet 1 total consolidation to sheet 2

    Redone formula for 'Programme wise' sheet:

    C6 =SUMIFS('Region wise Consolidation'!$K$4:$K$54,'Region wise Consolidation'!$C$4:$C$54,LEFT(A4,FIND(" SCALE",A4)-1))

    C28 =SUMIFS('Region wise Consolidation'!$K$4:$K$54,'Region wise Consolidation'!$C$4:$C$54,LEFT(A26,FIND(" SCALE",A26)-1))

    C39 =SUMIFS('Region wise Consolidation'!$K$4:$K$54,'Region wise Consolidation'!$C$4:$C$54,LEFT(A37,FIND(" SCALE",A37)-1))

  6. #6
    Valued Forum Contributor
    Join Date
    03-24-2020
    Location
    Thailand
    MS-Off Ver
    Office 2016
    Posts
    897

    Re: Sheet 1 total consolidation to sheet 2

    On the 'state wise' sheet:

    C6 =SUMIFS('Region wise Consolidation'!$K$4:$K$54,'Region wise Consolidation'!$E$4:$E$54,LEFT(A4,FIND(" SCALE",A4)-1))

    Note: your sample had the value of 1 in the yellow cell for Andhra Pradesh. The result I am getting is 160. 1 is only the district of Warangal under the Andhra Pradesh state.

+ 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. Consolidation of multiple sheets to one sheet
    By aparnawangu in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-17-2017, 07:13 AM
  2. [SOLVED] Consolidation several tabs' data into a consolidation sheet via a loop?
    By Gti182 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 07-30-2015, 08:18 AM
  3. Sheet To Sheet : Consolidation Urgent requirment By Using FolderPicker
    By jagadeesh.rt in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-18-2014, 07:59 AM
  4. Work Sheet consolidation Macro
    By jwbeaty in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-20-2011, 04:05 AM
  5. sheet 1 needs to be daily consolidation of others
    By m3site in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-17-2011, 11:34 AM
  6. Buggy Sheet Consolidation Behaviour
    By shockeroo in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-27-2010, 07:42 AM
  7. [SOLVED] Multiple consolidation sheet
    By Navin in forum Excel General
    Replies: 0
    Last Post: 03-15-2006, 11: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