+ Reply to Thread
Results 1 to 5 of 5

I am consolidating all excel sheets but it shows error in formula

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

    I am consolidating all excel sheets but it shows error in formula

    I am consolidating all excel sheets but it shows error in formula, i want to know what is the error
    Attached Files Attached Files

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,169

    Re: I am consolidating all excel sheets but it shows error in formula

    Hi maddy,

    Try this:

    =SUM('Mdu Rural'!C2+Dindigul!C2+Theni!C2+Dhar!C2+Kanchi!C2+Thiruvallur!C2+Cuddalore!C2+Adilabad!C2+Chittoor!C2+Tanjore!C2+Mysore!C2+Salem!C2+'Mdu Urban'!C2)

    If there is a space in the sheet name you need the single quote around the name. If there is no space you don't need the single quotes.

    Also you can do your 3D sum using this formula:

    =SUM('Mdu Rural:Mdu Urban'!C2)

    Read about it at:
    http://www.excel-exercise.com/function/3d/
    Last edited by MarvinP; 05-23-2017 at 01:23 AM.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

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

    Re: I am consolidating all excel sheets but it shows error in formula

    thanks alot thread solved

  4. #4
    Registered User
    Join Date
    05-31-2017
    Location
    Bhimavaram
    MS-Off Ver
    2007
    Posts
    2

    Re: I am consolidating all excel sheets but it shows error in formula

    =SUM(Mdu Rural!C2+Dindigul!C2+Theni!C2+Dhar!C2+Kanchi!C2+Thiruvallur!C2+Cuddalore!C2+Adilabad!C2+Chittoor!C2+Tanjore!C2+Mysore!C2+Salem!C2+Mdu Urban!C2) wrong

    =SUM('Mdu Rural'!C2+Dindigul!C2+Theni!C2+Dhar!C2+Kanchi!C2+Thiruvallur!C2+Cuddalore!C2+Adilabad!C2+Chittoor!C2+Tanjore!C2+Mysore!C2+Salem!C2+'Mdu Urban'!C2) correct

    **Inverted commas for the first and last additions are missing
    =SUM('Mdu Rural:Mdu Urban'!C2)
    This is easier than above as the sheets are continuous and the value you need to add was in the same cell of the different sheets
    Use Shift for this click on First Number on First sheet and then Press Shift Key + Last Worksheet till where you need the addition.

  5. #5
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,169

    Re: I am consolidating all excel sheets but it shows error in formula

    Hi rajuisvn and thanks for the help,

    **Inverted commas for the first and last additions are missing
    I looked all over for those "Inverted Commas" and finally realized what you meant. In the USA we call those "Single Quotes" or "Apostrophes". You've added to my vocabulary now.

+ 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. Macros for consolidating Data from Different excel Sheets into a new summary sheet
    By Winterfell in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-07-2016, 04:04 PM
  2. Formula shows #value! error when source cell is empty
    By tstowe in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-16-2012, 10:22 AM
  3. [SOLVED] My formula shows #VALUE error
    By tom hatten in forum Excel General
    Replies: 2
    Last Post: 08-29-2012, 07:01 PM
  4. Replies: 2
    Last Post: 05-20-2011, 12:53 AM
  5. Replies: 4
    Last Post: 08-25-2010, 02:43 PM
  6. .LineStyle = xlContinuous in excel 2000 shows error
    By coolhit in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-28-2009, 06:22 AM
  7. Consolidating information from 3 excel sheets into one
    By postman in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-27-2009, 11:11 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