+ Reply to Thread
Results 1 to 4 of 4

Quote result of one cell to another as text

  1. #1
    Forum Contributor
    Join Date
    11-08-2014
    Location
    UK
    MS-Off Ver
    Office 2013
    Posts
    208

    Quote result of one cell to another as text

    Hello, I am trying to create a spreadsheet that calculates a number of different percentage discounts.

    vEVu5H9.png

    At the moment
    D3 contains =SUM(A3/8)
    D5 contains =SUM(A3/8*3)

    I would like D3 to produce the same number followed by "(25% off " then specify what 50% figure is)"

    Can anyone please help?

  2. #2
    Valued Forum Contributor
    Join Date
    06-02-2012
    Location
    London, England
    MS-Off Ver
    365
    Posts
    397

    Re: Quote result of one cell to another as text

    You may need to adapt this a little if I've misunderstood, but should point you in the right direct

    =TEXT(A3/8*3,"£0.000000")&" (25% off "&TEXT(C3,"£0.000000")&")"

    Beth.

  3. #3
    Forum Contributor
    Join Date
    11-08-2014
    Location
    UK
    MS-Off Ver
    Office 2013
    Posts
    208

    Re: Quote result of one cell to another as text

    Thanks Beth, you did point me in the right direction. With a little bit of tweaking it's perfect:

    =TEXT(A3/8,"£0.000000")&" (25% off "&TEXT(C3,"£0.000000")&")"

  4. #4
    Valued Forum Contributor
    Join Date
    06-02-2012
    Location
    London, England
    MS-Off Ver
    365
    Posts
    397

    Re: Quote result of one cell to another as text

    Glad I could help

    Beth.

+ 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. TEXT formatting withing single quote
    By Gajjo_Boss in forum Excel General
    Replies: 0
    Last Post: 12-15-2018, 05:12 AM
  2. How to add a simple quote into a text string?
    By jirakst in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-11-2017, 05:44 AM
  3. Code to save form as a specific name based on value in cell
    By bduncan in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-17-2017, 02:33 PM
  4. Replies: 1
    Last Post: 07-14-2016, 02:23 PM
  5. [SOLVED] VBA code to save only text with quote marks in a CSV
    By Alanks in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-10-2015, 09:22 PM
  6. Leading Quote in Text Strings
    By nsv in forum Excel General
    Replies: 7
    Last Post: 03-20-2007, 11:18 PM
  7. putting a quote in a cel as a result of a formula
    By kyrbi in forum Excel General
    Replies: 8
    Last Post: 03-06-2005, 06:06 PM

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