+ Reply to Thread
Results 1 to 2 of 2

Find max when cell contains =text formula

  1. #1
    Forum Contributor
    Join Date
    11-26-2010
    Location
    usa
    MS-Off Ver
    Office 365
    Posts
    1,224

    Find max when cell contains =text formula

    hi all

    i have in cell i.e. I19 the following formula:
    =CHOOSE($E$6,TEXT(Calc!I17,"$#,#"),TEXT(Calc!W17,"$#,#"),TEXT(Calc!AK17,"##%"),TEXT(Calc!BM17,"##%"))


    essentially, it shows either YTD actual rev, YTD buget, % to plan and YoY growth

    i want to show the max in each column, for example in column I (range I19:I25).

    when i make the formula =MAX(I19:I25)
    -it does not work because of the "text" formula.

    is there any way to get the max to work? thanks.

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Find max when cell contains =text formula

    well in 2007 you can set the format of the cell conditionally
    so use =CHOOSE($E$6,Calc!I17,Calc!W17,Calc!AK17,Calc!BM17)
    butconditional format i19:i25 with 2 rules
    =OR($E$6=1,$E$6=2) set custom format as $#,#
    =OR($E$6=3,$E$6=4) set custom format as ##%
    then=max( i19:i25) will work using same conditional format rules
    Last edited by martindwilson; 06-13-2013 at 04:42 PM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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