+ Reply to Thread
Results 1 to 4 of 4

Combining 2 Formulas

  1. #1
    Registered User
    Join Date
    05-03-2007
    Posts
    2

    Combining 2 Formulas

    I need a mega formula that will combine these two operations. Right now I have to do it in 2 diffrent columns.

    =IF(H1>9,MAX(O1:P1))


    =IF(AND(H1<9,Q1>9),P1)



    H O P Q
    # of Cases Log History # of Cases
    1 1 0.0% 60.0% 2
    2 3 92.3% 82.1% 271
    3 1 74.7% 73.0% 11
    4 3 0.0% 57.8% 29

  2. #2
    Forum Expert
    Join Date
    01-12-2007
    Location
    New Jersey
    Posts
    2,127
    =IF(H1>9,MAX(O1:P1),IF(AND(H1<9,Q1>9),P1))

    Try that and let me know if it worls.

  3. #3
    Registered User
    Join Date
    05-03-2007
    Posts
    2

    Wow

    It worked perfect, thanks a million, that just saved me an unbelievable amount of time.

  4. #4
    Forum Expert
    Join Date
    01-12-2007
    Location
    New Jersey
    Posts
    2,127
    Glad I could help.

+ 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