+ Reply to Thread
Results 1 to 5 of 5

Display from string

  1. #1
    Forum Contributor
    Join Date
    08-19-2012
    Location
    Sydney
    MS-Off Ver
    MS Office 365/16
    Posts
    282

    Display from string

    Hi all,

    See attached.

    In cell M4:N5 they add up total numbers

    cell T4 is a formula that refers to M4:M5 and Q3. However, cell T4 seems to display the incorrect answer based on the written formula. I think this is because the cells M4:M5 are not being regarded as values as i have zero numbers to be displayed as empty cell.

    Is there a way around this?

    Thanks,
    Attached Files Attached Files

  2. #2
    Forum Expert WideBoyDixon's Avatar
    Join Date
    10-03-2016
    Location
    Sheffield, UK
    MS-Off Ver
    365
    Posts
    2,182

    Re: Display from string

    You could throw ISNUMBER into the mix to trap the blank cells:

    Please Login or Register  to view this content.
    WBD
    Office 365 on Windows 11, looking for rep!

  3. #3
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,708

    Re: Display from string

    How about
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    or
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  4. #4
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2019
    Posts
    4,542

    Re: Display from string

    Another formula:=IF(AND(N($M$4)>=$Q$3,N($M$5)>=$Q$3),", ","ppp")

  5. #5
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,222

    Re: Display from string

    Please try

    =IF(SUM(M4:M5)<Q3*2,"ppp",", ")

+ 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. Look up 3 phrases in a string then display price
    By veer2014 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-14-2018, 11:31 AM
  2. Replies: 11
    Last Post: 05-23-2016, 07:42 AM
  3. Help: Find a string then display all value.
    By menash07 in forum Excel General
    Replies: 6
    Last Post: 10-07-2012, 06:07 PM
  4. Replies: 5
    Last Post: 05-06-2012, 02:49 AM
  5. [SOLVED] Display certain text from a string
    By matthewdbeard in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-06-2012, 01:51 PM
  6. How not to display a string from an empty cell
    By Soooooz01 in forum Excel General
    Replies: 5
    Last Post: 03-26-2012, 08:32 AM
  7. using a letter or string to display a value
    By phil@micro in forum Excel General
    Replies: 1
    Last Post: 01-23-2009, 12:31 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