+ Reply to Thread
Results 1 to 14 of 14

Excel not recognize text value retrieved from formula

Hybrid View

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

    Re: Excel not recognize text value retrieved from formula

    You want result in one cell B20?
    But what if values are: 1 and 7 ? <==> too low & too high
    you can try in B19 and B20 suitably:
    Formula: copy to clipboard
    =IF(AND(MAX('Judge 1:Judge 5'!B7:U16)<6.5,MIN('Judge 1:Judge 5'!B7:U16)>1.5),MAX('Judge 1:Judge 5'!B7:U16)-MIN('Judge 1:Judge 5'!B7:U16),IF(AND(MAX('Judge 1:Judge 5'!B7:U16)>6.5,MIN('Judge 1:Judge 5'!B7:U16)>1.5),MAX('Judge 1:Judge 5'!B7:U16),IF(AND(MAX('Judge 1:Judge 5'!B7:U16)<6.5,MIN('Judge 1:Judge 5'!B7:U16)<1.5),MIN('Judge 1:Judge 5'!B7:U16),MAX('Judge 1:Judge 5'!B7:U16)&" / "&MIN('Judge 1:Judge 5'!B7:U16))))
    Formula: copy to clipboard
    =IF(AND(MAX('Judge 1:Judge 5'!B7:U16)<6.5,MIN('Judge 1:Judge 5'!B7:U16)>1.5),"Ok",IF(AND(MAX('Judge 1:Judge 5'!B7:U16)>6.5,MIN('Judge 1:Judge 5'!B7:U16)>1.5),"High",IF(AND(MAX('Judge 1:Judge 5'!B7:U16)<6.5,MIN('Judge 1:Judge 5'!B7:U16)<1.5),"Low","High / Low")))
    and it will give you:
    Ok, High, Low, High/Low (change text accordingly if needed)
    Is that what you want?
    Last edited by sandy666; 08-21-2017 at 12:39 PM. Reason: file attached

  2. #2
    Forum Contributor
    Join Date
    04-22-2011
    Location
    Isabela, Puerto Rico
    MS-Off Ver
    365 Mac Excel Version 16.54
    Posts
    233

    Re: Excel not recognize text value retrieved from formula

    Thanks a lot for this sandy666

    Is close but not what i looking for. With your formula i notice that my be possible not to use cells range B58:U67 to get the desire result, if so then...

    The formula you did for B20 i think can be fix to get the right result
    The formula you did for B19 is not need, i will like it to stay as it is

    Let me try to explain differently for better understanding...hope to improve my explication here...

    What about a different approach, may be if any cell on range B58:U67<>"SPREAD OK" to return whatever is <>TO "SPREAD OK"

    When we working on the workbook we type a number from 1 to 10 on the respectively athlete cell on cells ranges B7:16 on all five sheets. When an athlete called White or blue or whatever the color is do a performing.

    Let say the athlete called white do his first performance, judge 1 to Judge 5 type their value on B7 on their respectively sheet, Then B19 shows to Judges the spread difference between all five judges, if the spread is higher than 1.5 between the highest and lowest values from all 5 judges, then i need him to know that he is the Lowest Value or Highest Value and out of range so he is able to adjust his value on range. Whit second performing for white values are type on C7, then is turn for blue, yellow etc...

    I try to twist you formula a bit with no luck. What i try to do is to get the same result i have on cells range B57:U67 into one cell.

    As long every judge value is on 1.5 range "SPREAD OK"

    =IF(AND(B7:U16=MAX('Judge 2:Judge 5'!B7:U16),B19>1.5),IF(AND(B7:U16=MIN('Judge 2:Judge 5'!B7:U16),B19>1.5,"TOO HIGH BY","TOO LOW BY","SPREAD OK")))
    Last edited by score; 08-21-2017 at 11:35 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. [SOLVED] Can excel recognize and split cells, who contain both cyrillic and english text
    By spasoval in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 07-28-2017, 02:49 PM
  2. Replies: 6
    Last Post: 07-26-2017, 12:24 AM
  3. [SOLVED] Excel does not recognize text in the formula. Please help.
    By aliyu6a in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-28-2014, 12:30 PM
  4. Code do not recognize retrieved value
    By score in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-26-2013, 09:27 PM
  5. How do I make excel recognize text?
    By fhva in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-08-2010, 06:52 AM
  6. [SOLVED] Formula to recognize text only in a cell
    By Jim May in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 03-07-2006, 07:45 PM
  7. Replies: 1
    Last Post: 01-31-2006, 03:40 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