+ Reply to Thread
Results 1 to 4 of 4

Need to compare multiple values including TIME between, and compare rate

  1. #1
    Forum Contributor
    Join Date
    05-23-2007
    Posts
    126

    Need to compare multiple values including TIME between, and compare rate

    I'm attaching a file that will do a much better job explaining what is stumping me...

    Basically I have two sets of data. One will be new each week. I'd like to use the non-changing data as a base to compare new data to. The formula would need to match multiple values, including a 'time between', and then return whether a minimum rate has been met.

    Thanks so much for any help!
    Attached Files Attached Files

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Need to compare multiple values including TIME between, and compare rate

    Try this in cell F3 and copy down:

    =IF(COUNTIFS(A$16:A$27,C3,D$16:D$27,"<="&D3,E$16:E$27,">="&D3,G$16:G$27,"<="&E3)>0,"Yes","No")

    Does that do what you need?

  3. #3
    Forum Contributor
    Join Date
    05-23-2007
    Posts
    126

    Re: Need to compare multiple values including TIME between, and compare rate

    Fantastic!! Would have never considered using COUNTIFS.... looks like it does the trick! Many thanks!

  4. #4
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Need to compare multiple values including TIME between, and compare rate

    No probs. happy to help.

    I'm sure there are prettier ways to deal with this, but glad my suggestion works for you.

    Thanks for the rep point and please mark the thread as solved if you're happy with the solution.

    BSB

+ 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. compare time values - current time with time in cell range?
    By wyattea in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-13-2013, 11:28 PM
  2. Compare multiple cells at the same time
    By fgq in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 08-28-2013, 07:58 AM
  3. Replies: 4
    Last Post: 12-04-2012, 04:45 PM
  4. conditional formating to compare 2 time values
    By minato in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 08-02-2008, 03:38 PM
  5. COUNTIF (how to compare time values)
    By bewtful in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-27-2006, 12:27 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