+ Reply to Thread
Results 1 to 8 of 8

Issues Displaying String Of Text From A Formula

  1. #1
    Registered User
    Join Date
    02-26-2019
    Location
    Mitcheldean
    MS-Off Ver
    365
    Posts
    4

    Post Issues Displaying String Of Text From A Formula

    Hey!

    First post here, just wanted to say I look forward to helping you guys out as much as I can!

    I'm currently coming across this issue in a new version of excel, I'll spare some of the details as this sheet is sometimes used to house confidential data.

    We run our CPQ system through Excel, not the best I know but we've been doing fine until this niggle I discovered this morning when trying to add a new 'Model' of our product to the sheet.

    The way it currently goes is;

    The sales person sets the 'Model' of machine the end user would like to recieve, in turn this populates the quote with the correct model name and accessories.. The 'Accessories' are as follows, 'Dual Sweep' 'Single Sweep' and 'Simultaneous Sweep'

    These are all held in the backend using a sheet called 'Reference' and are selectable through the main page 'Cover_page'.

    On the page 'Quotation' is where the formula I'm having issues with is located, the formula is as follows:

    Please Login or Register  to view this content.
    So, the first thing I thought to do was to go through and check that all the cells were correct on the reference sheet, which it would appear they are.. I'll break it down into what each function achieves below.


    Please Login or Register  to view this content.
    This part of the formula Displays what model we need to display on the quotation page.

    Please Login or Register  to view this content.
    This part shows what 'Accessory' we need added after the previous input, so if it finds that 'Reference!N59' has no value (FALSE) we assume that the model is going to have the 'Single Sweep' accessory (As this is standard).

    Please Login or Register  to view this content.
    This last part adds the size of the machine in cubic meters, I've supressed the actual sizes due to privacy concerns, all that's replaced is the 'MODELSIZE' text.

    So, to finally get to the issue:

    The text is supposed to display as follows: "MODEL1 Dual Sweeping Equipment with a MODEL1SIZE Capacity Hopper"

    Both models 'MODEL2' and 'MODEL3' display as they should, but 'MODEL1' only displays the model name, not the rest of the text. I've been scratching my head about this for hours, so any help would be massively appreciated :)


    MORE INFO:

    On the reference page, all links have been checked and confirmed to be working.. Over 300.. individually checked :rolleyes:

    The way the reference page works, is when a checkbox is selected on the main screen it turns a value to either 'TRUE' or 'FALSE' depending of it has been selected or not.


    If any more information is needed, please feel free to ask! :)
    Attached Files Attached Files
    Last edited by stocksweepers; 10-28-2019 at 10:48 AM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,830

    Re: Issues Displaying String Of Text From A Formula

    Welcome to the forum.

    Will you please attach a small sample Excel workbook? We are not able to work with or manipulate a picture of one and nobody wants to have to recreate your data from scratch.

    Instructions (Please Read Carefully):

    1. Make sure that your sample data are REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.

    2. Make sure that your desired results are also shown (mock up the results manually).

    3. Make sure that all confidential data is removed or replaced with dummy data first (e.g. names, addresses, E-mails, etc.).

    4. Try to avoid using merged cells as they cause lots of problems.

    Unfortunately the attachment icon doesn't work at the moment (it hasn't worked for years, and despite our repeatedly asking the technical team who own the forum to fix it, they can't be bothered to do so), so to attach an Excel file you have to do the following: just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.

    Please pay particular attention to point 2 (above): without an idea of your intended outcomes, it is often very difficult to offer appropriate advice.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Issues Displaying String Of Text From A Formula

    Not sure about your actual data, but in your formula I removed some parts and added some "":
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Click the * to say thanks.

  4. #4
    Registered User
    Join Date
    02-26-2019
    Location
    Mitcheldean
    MS-Off Ver
    365
    Posts
    4

    Re: Issues Displaying String Of Text From A Formula

    Hey AliGW,

    I've attached the sample document.

    Thank you!

  5. #5
    Registered User
    Join Date
    02-26-2019
    Location
    Mitcheldean
    MS-Off Ver
    365
    Posts
    4

    Re: Issues Displaying String Of Text From A Formula

    Hi Paul,

    Thank you for the input, I will give this a go now!
    Last edited by AliGW; 10-29-2019 at 04:48 AM. Reason: Please don't quote unnecessarily!

  6. #6
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Issues Displaying String Of Text From A Formula

    Something like this, but be careful at merged cells to reference them only by first cell:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  7. #7
    Registered User
    Join Date
    02-26-2019
    Location
    Mitcheldean
    MS-Off Ver
    365
    Posts
    4

    Re: Issues Displaying String Of Text From A Formula

    Hey Paul!

    Your input is much appreciated,

    This seems to have fixed the issue... the only problem being that the 'Capacity Hopper' bit doesn't show on the end when selecting MODEL1
    Last edited by AliGW; 10-29-2019 at 04:47 AM. Reason: Please don't quote unnecessarily!

  8. #8
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Issues Displaying String Of Text From A Formula

    Probably like this:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

+ 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. [SOLVED] Formula equaling 0 but not displaying string
    By Margate in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-05-2018, 10:43 PM
  2. Formulas for Counting and Displaying Text String Recurrences
    By thegivenbeing in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 01-18-2016, 08:33 AM
  3. LEFT, RIGHT, FIND, Text String Issues
    By keith.will in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-08-2015, 05:50 PM
  4. [SOLVED] HOW TO....Find a word in a text string then displaying in another cell ?
    By Jedski in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-11-2012, 02:10 PM
  5. [SOLVED] Highlight a portion of string text (the string text is a value of a formula)
    By RaymondH in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 08-02-2012, 06:50 AM
  6. Replies: 1
    Last Post: 06-25-2012, 09:07 PM
  7. Searching a string of text and displaying it's corresponding value
    By ole_gunner11 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-16-2010, 07:46 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