+ Reply to Thread
Results 1 to 4 of 4

I need help putting this easy formula together

  1. #1
    Registered User
    Join Date
    03-21-2005
    Posts
    31

    I need help putting this easy formula together

    I want to put all these conditions formulas together, so I can say if it fulfills the conditions say good or bad in column E

    ----a------------b----------c------------d----------------E
    DATE------- inc. flow----Temp.------Susp.solids

    01/11/2004----1053-----22---------144---------------good "for example"
    02/11/2004----932------20------- 146
    03/11/2004---1035-----27-------- 298
    04/11/2004---1156-----28---------210
    05/11/2004---1297-----27.8-------156
    06/11/2004---1318-----28-------- 66
    07/11/2004---1117-----25-------- 180
    08/11/2004---1520-----27---------200
    09/11/2004----1894----26.9------ 110

    Conditions for column B47 <2863
    Cond for column C47 <30
    Cond for column D47 <277

    IF(B47="","",COUNTIF(B2,B47)) I want to join it with SI(C47="","",COUNTIF(C2;C47)) and IF(C47="","",COUNTIF(D2;D47))


    Thanks for helping I already tried using "and" but It gives me an error thats bringing me crazy...

    Thanks for any advise.......

    carlos

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996
    Try using this:

    =IF($B$47="",1,B2<$B$47)*IF($C$47="",1,C2<$C$47)*IF($D$47="",1,D2<$D$47)

    From that equation "good" results calculate to 1, "bad" to zero.

    Also: just put the limit values in cells B47, C47, and D47:
    2863, 30, and 277, respectively.

    Does that help?

    Regards,
    Ron

  3. #3
    Registered User
    Join Date
    03-21-2005
    Posts
    31

    Thanks

    Thanks a lot men it works perfect.......
    thanks really

  4. #4
    Registered User
    Join Date
    03-21-2005
    Posts
    31

    one more thing...thanks

    Eyy Ron , one more question, Sorry for asking againg but I think you are quite a brain in this... how can I graphic , how many of these conditions were not accomplish...

    for ex. on monday all of them were acomplish o.k nothing happense but on tuesday they were two of them that did not accomplis .....i want to show in a graphic that they were to on tuesday for ex... and in friday one was not accomplish.


    1 ------------------------------------*
    2------------*
    3
    4
    5
    6
    Mond Tuesd wed thurs friday sat sunday


    Thanks again and now I owe you big time..

+ 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