+ Reply to Thread
Results 1 to 3 of 3

If, countif, range, index formulas on different sheets

  1. #1
    Registered User
    Join Date
    07-24-2017
    Location
    Vancouver, BC
    MS-Off Ver
    2016 (365)
    Posts
    62

    If, countif, range, index formulas on different sheets

    Hello everyone,

    I require some help again with cross-sheet formulas. I'm just not sure where to start or how to format them properly.

    I have attached the sanitized workbook.

    Here is the flow I need to occur:
    • Data is entered from a source in either SAFE PRACTICES or INSPECTION FINDINGS tabs on a rolling daily basis.
    • Then in each monthly tab, the data needs to be totaled as shown (automatically) if:
    • It matches the date for the tab
    • SA Referenced equals "Yes"
    • Then totals it as shown by the SA Type

    I hope this makes sense.

    Thanks for the anticipated help!
    Attached Files Attached Files

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: If, countif, range, index formulas on different sheets

    Try these:

    C4 =COUNTIFS('Safe Practices'!$A:$A,">="&$A$1,'Safe Practices'!$A:$A,"<"&EOMONTH($A$1,0)+1,'Safe Practices'!$C:$C,"Yes",'Safe Practices'!$D:$D,C$2)

    C5 =COUNTIFS('Inspection Findings'!$A:$A,">="&$A$1,'Inspection Findings'!$A:$A,"<"&EOMONTH($A$1,0)+1,'Inspection Findings'!$C:$C,"Yes",'Inspection Findings'!$D:$D,C$2)

    Drag both formulas across through column I.

  3. #3
    Registered User
    Join Date
    07-24-2017
    Location
    Vancouver, BC
    MS-Off Ver
    2016 (365)
    Posts
    62

    Re: If, countif, range, index formulas on different sheets

    That works perfectly!

    Thank you so much for the help!

+ 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] Countif same cell on range of sheets
    By Jamidd1 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-19-2017, 05:46 PM
  2. [SOLVED] Two COUNTIF Formulas divided by a range to get a percentage
    By Skum in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-19-2013, 10:26 PM
  3. [SOLVED] Index, Address and CountIF - Finding the "Last" Non Blank Column through named range
    By dluhut in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-15-2013, 12:15 PM
  4. Cancel posting
    By Richard3 in forum Excel General
    Replies: 1
    Last Post: 02-24-2012, 12:45 PM
  5. compare two sheets range color index
    By adyan76 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-14-2009, 09:18 AM
  6. Macro to Copy Formulas in Range to Multiple Sheets
    By wruwtrix in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-16-2009, 04:09 AM
  7. Update Formulas on Consecutive Sheets in a Range
    By David in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-14-2005, 07:00 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