+ Reply to Thread
Results 1 to 6 of 6

How to calculate15 when a symbol is used in cells

Hybrid View

  1. #1
    Registered User
    Join Date
    01-24-2012
    Location
    Chennai
    MS-Off Ver
    Excel 2007
    Posts
    2

    How to calculate15 when a symbol is used in cells

    I want to calculate from cells B2 to B16 which contains the Ruppe symbol in every cells. The sum formula doesn't works of this its shows the value as 0. Pls help.
    Attached Files Attached Files
    Last edited by dhamuvn; 02-06-2012 at 01:49 AM.

  2. #2
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: How to calculate15 when a symbol is used in cells

    Hi ,

    a possible solution

    =SUM(INDEX(SUBSTITUTE(B2:B16,"`","")+0,0))
    Regards


    नमस्ते
    -----------------------------------------------------

    At Excelforum, you can say "Thank you!" by clicking the star icon ("Add Reputation") below the post.

    Please, mark your thread [SOLVED] if you received your answer.

  3. #3
    Registered User
    Join Date
    01-24-2012
    Location
    Chennai
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: How to calculate15 when a symbol is used in cells

    Thanks for your valuable solution. While using this in some other symbol such ▲,▼ unable to get the result. It shows a value error. I have attached the sample sheet for your reference..
    Attached Files Attached Files

  4. #4
    Valued Forum Contributor mahju's Avatar
    Join Date
    11-27-2010
    Location
    Pakistan, Faisalabad
    MS-Off Ver
    Excel 2010 plus
    Posts
    730

    Re: How to calculate15 when a symbol is used in cells

    Hi

    May be another

    convert into values in column C then use sum function

       C1:
       =VALUE(RIGHT(B2,LEN(B2)-1))
    Regards
    Mark the thread as solved if you are satisfied with the answer.


    In your first post under the thread tools.

    Mahju

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

    Re: How to calculate15 when a symbol is used in cells

    Hi,
    See the attached for another answer.
    Attached Files Attached Files
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  6. #6
    Valued Forum Contributor mahju's Avatar
    Join Date
    11-27-2010
    Location
    Pakistan, Faisalabad
    MS-Off Ver
    Excel 2010 plus
    Posts
    730

    Re: How to calculate15 when a symbol is used in cells

    Hi
    and if you want for both Left & right symble mix the two

    =IF(ISNUMBER(VALUE(LEFT(B2,1))),VALUE(LEFT(B2,LEN(B2)-1)),VALUE(RIGHT(B2,LEN(B2)-1))

+ 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