+ Reply to Thread
Results 1 to 3 of 3

Troubleshoot A FOrmula that is supposed to be sorting through data

  1. #1
    Registered User
    Join Date
    05-23-2018
    Location
    Richmond Virginia
    MS-Off Ver
    2017
    Posts
    7

    Troubleshoot A FOrmula that is supposed to be sorting through data

    I am creating a spreadsheet to keep track of the internal temperature and humidity of a construction project. I have all of my formulas working well except for my greatest humidity (K), my Max Temp (R), and Max Humidity (S) of tab 6th NW. I used the same formulas as I had on other tabs and cannot figure out why this tab is being difficult. Any help on this would be greatly appreciated. I have uploaded the file for your convenience.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Troubleshoot A FOrmula that is supposed to be sorting through data

    You have a date in B130 that is text, not a real date

    It says 18:00:00 PM, it should just say 6:00:00 PM
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Troubleshoot A FOrmula that is supposed to be sorting through data

    This may make it a bit neater for you...
    =IF(ISNUMBER(MATCH(G3,INT($B$3:$B$11170),0)),MAX(IF(INT($B$3:$B$11170)=$G3,$D$3:$D$11170)),"")

+ 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] Timecard Formula to determine if they've taken the break they are supposed to
    By pananarama in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-10-2015, 06:07 PM
  2. vlookup formula (need to troubleshoot)
    By mountaintop in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 08-27-2014, 09:35 PM
  3. Troubleshoot my formula that I can't figure out what is wrong with
    By smockpuv in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 08-15-2013, 10:59 AM
  4. Data flies everywhere else but where it's supposed to go...
    By mikey6568 in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 08-22-2012, 10:56 AM
  5. How is a long formula supposed to display?
    By NBVC in forum Suggestions for Improvement
    Replies: 14
    Last Post: 04-10-2012, 06:31 PM
  6. help troubleshoot an INDEX/MATCH formula
    By dcgrove in forum Excel General
    Replies: 8
    Last Post: 08-25-2010, 05:35 PM
  7. Replies: 4
    Last Post: 05-27-2009, 12:29 AM

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