+ Reply to Thread
Results 1 to 5 of 5

Adding the value of a cell with both text and numbers

  1. #1
    Registered User
    Join Date
    01-10-2014
    Location
    Jhb, South Africa
    MS-Off Ver
    Excel 2007
    Posts
    3

    Unhappy Adding the value of a cell with both text and numbers

    Hi all, I am desperate, so I hope you can help me out...

    I am trying to create a quoting system that I can convert to a HTML page for my website.
    I have learnt how to create a drop down box, and done so, with text and an amount
    e.g 4Hr Corporate event photography R3000-00.

    The R3000-00 is the monetary value
    I have five similar options in the drop down box, validated as a list

    I want to now insert a formula on the page, so if someone chooses the above dropdown item, I can add the R3000-00 to another total elsewhere in the page.

    Is there a way to do this, and could you please explain it in a way I understand?

    I would greatly appreciate any help offered
    Last edited by HiPix Photography; 01-10-2014 at 02:01 AM. Reason: comply with forum rules

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

    Re: Adding the value of a cell with both text and numbers

    You need to give further examples, so we can see a pattern. If they are all like that then you can use:

    =RIGHT(A1,LEN(A1)-SEARCH(" R",A1)-1)

    to extract the right-most characters from the string (assumed to be in cell A1).

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    01-10-2014
    Location
    Jhb, South Africa
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Adding the value of a cell with both text and numbers

    Pete,

    I have uploaded the worksheet with the data, maybe this will better explain what I am trying to achieve
    Attached Files Attached Files

  4. #4
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Adding the value of a cell with both text and numbers

    Hi,

    Nice-looking sheet by the way!

    So where are you trying to put this formula? And what precisely should the result be, and why?

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  5. #5
    Registered User
    Join Date
    01-10-2014
    Location
    Jhb, South Africa
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Adding the value of a cell with both text and numbers

    Where there is either a tickbox, or a drop down tab, I want to be able to add them together at the bottom of the sheet. The idea is for the client to tick or select which service they would like and it gives them a running tally at the bottom, depending on what they selected.

+ 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