+ Reply to Thread
Results 1 to 6 of 6

Indirect formula returns 0 instead of value

  1. #1
    Registered User
    Join Date
    05-25-2016
    Location
    Philly
    MS-Off Ver
    2013/2016
    Posts
    2

    Indirect formula returns 0 instead of value

    I'm trying to create a summary sheet with a table that returns the same cell in each sheet. My sheets are called: June 2016, July 2016, etc

    I have created a table where names of the sheet start in C2, A3 is the cell on each sheet I want to return and my formula is currently: =INDIRECT("'" & C2 & "'!A3"). However when I use this formula, I get a 0 for all the sheets. I have tried with other cells that definitely contain values but it returns 0 each time. Any idea/fixes for this? Thanks!

    A......B...........C.................D........... E.....F
    1
    2 ................June 2016.....July 2016
    3 F9.................0
    4

  2. #2
    Valued Forum Contributor loginjmor's Avatar
    Join Date
    01-31-2013
    Location
    Cedar Rapids, Iowa
    MS-Off Ver
    Excel 2013
    Posts
    1,073

    Re: Indirect formula returns 0 instead of value

    Hi -

    Can you post a sample spreadsheet with any sensitive data removed and a couple examples of what you think the desired outcome should be? It's a little hard to tell from your post why that isn't working. Just checking the obvious, but are you sure there is non-zero data in those sheets in cell A3?
    ____________________________________________
    If this has solved your problem, please edit the thread title to add the word [SOLVED] at the beginning. You can do this by
    -Go to the top of the first post
    -Select Thread Tools
    -Select Mark thread as Solved

    If I have been particularly helpful, please "bump" my reputation by pressing the small star in the lower left corner of my post.

  3. #3
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,729

    Re: Indirect formula returns 0 instead of value

    working for me

    =INDIRECT("'"&C2&"'!A3")

    but if its returning a zero- then that maybe a blank cell

    #ref or #value - would be error messages i would expect
    Attached Files Attached Files
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,697

    Re: Indirect formula returns 0 instead of value

    That will include the text A3, rather than the cell value of A3. Try it like this:

    =INDIRECT("'" & C$2 & "'!" & $A3)

    so you can copy this across and down if required.

    Hope this helps.

    Pete

  5. #5
    Registered User
    Join Date
    05-25-2016
    Location
    Philly
    MS-Off Ver
    2013/2016
    Posts
    2

    Re: Indirect formula returns 0 instead of value

    Hello! Thank you for the quick replies, they were all really helpful!

    @Pete your response worked like a charm!!! Thank you so much!!

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,697

    Re: Indirect formula returns 0 instead of value

    You're welcome - glad to help.

    If that takes care of your original question, please select Thread Tools from the menu above your first post and mark this thread as SOLVED.

    Also, since you are relatively new to the forum, you might like to know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ 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. indirect returns #REF! regardless of where it is used.
    By Shaz in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-21-2022, 07:44 PM
  2. Replies: 5
    Last Post: 05-18-2016, 04:50 AM
  3. Match(Indirect) returns error, added though VBA
    By curuaxitin91 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-27-2015, 04:21 PM
  4. INDIRECT working, but then returns error ?
    By thedreamshaper in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-22-2014, 06:04 PM
  5. [SOLVED] Using ROW function inside of both an Indirect and Index function returns #VALUE
    By xandermacleod in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-11-2012, 06:22 PM
  6. INDIRECT.EXT returns #VALUE
    By geoB in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-08-2010, 12:19 PM
  7. Help, Indirect returns #REF
    By Swift4Play in forum Excel General
    Replies: 1
    Last Post: 09-29-2010, 05:15 AM

Tags for this Thread

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