+ Reply to Thread
Results 1 to 2 of 2

Recognizing Text

  1. #1
    Registered User
    Join Date
    09-19-2013
    Location
    Alabama
    MS-Off Ver
    Excel 2010
    Posts
    14

    Recognizing Text

    How to I make this formula work.

    =SUMIFS('CLIN Data'!$F$208:$F$301,'CLIN Data'!$A$208:$A$301,TEXT(MID($A2,16,4),"0.0"))

    For this portion, 'CLIN Data'!$A$208:$A$301,TEXT(MID($A2,16,4),"0.0", it is looking for 2.1. And then I need it look for this.

    =SUMIFS('CLIN Data'!$F$208:$F$301,'CLIN Data'!$A$208:$A$301,TEXT(MID($A11,16,4),"0.00")), where this is looking for 2.10, but it is totaling all the data for 2.1 and 2.10 together.

    Someone please help!

    Thanks!

  2. #2
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Recognizing Text

    some text examples for TEXT(MID($A2,16,4),"0.00") pls

    try :

    =MID($A2,SEARCH(".",$A2,1)-1,4)
    but it will be text not number like in your formula also.
    or simply:
    =MID($A2,16,4)

    I assume, after 2.1 or 2.10 is nothing more
    Last edited by sandy666; 04-28-2015 at 08:08 PM.

+ 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. Recognizing Specific Text
    By olebucky in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 12-04-2014, 07:01 PM
  2. [SOLVED] Recognizing text in formula
    By loopiloo in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-28-2013, 03:50 PM
  3. [SOLVED] Excel 2007 : Recognizing Text in and IF statement
    By Jflann1 in forum Excel General
    Replies: 2
    Last Post: 07-01-2012, 01:18 PM
  4. Recognizing Text in Columns
    By daze2650 in forum Excel General
    Replies: 1
    Last Post: 05-07-2009, 02:26 PM
  5. Recognizing misc. text
    By MeisterHim in forum Excel General
    Replies: 3
    Last Post: 09-20-2005, 11:50 AM

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