+ Reply to Thread
Results 1 to 4 of 4

how to remove quote mark on an address formula

  1. #1
    Registered User
    Join Date
    02-23-2011
    Location
    Bandung, Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    2

    how to remove quote mark on an address formula

    hi

    I need some help here,
    assuming value in cell S4 is 11 and value in cell S5 is 47, I've created this formula

    Please Login or Register  to view this content.

    the problem is, excel reads this formula like this

    Please Login or Register  to view this content.

    there is a double quotation mark (""), which is act like a string, so I can't get a summary from this formula. My question is, how to remove this quote mark so the excel read the formula as

    Please Login or Register  to view this content.

    Thanks for your help,
    Regards,


    Note : sorry I forgot to finish the subject title, it's my mistake
    Last edited by ratjhman; 02-23-2011 at 11:05 PM. Reason: forgot to finish the subject title

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: how to remove quote mark on an address formula

    Hi Ratjhman, thanks for updating your thread title. As for your issue, perhaps this will work:

    If you are trying to sum just cells J11 and J47, try:

    =SUM(INDIRECT("Jan!J"&S4);INDIRECT("Jan!J"&S5))

    If you are trying to sum all cells from J11 to J47, then try:

    =SUM(INDIRECT("Jan!J"&S4&":J"&S5))

  3. #3
    Registered User
    Join Date
    02-23-2011
    Location
    Bandung, Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: how to remove quote mark on an address formula

    I've try to solved this issue from 2 days ago, and still get stucked. Yesterday I used "INDIRECT" too but still get stucked. You came just in second and whoaaa, it's work well. Thanks a lot Paul.

  4. #4
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: how to remove quote mark on an address formula

    Glad I could help!


+ 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