Results 1 to 19 of 19

Updating workbook formulas for additional variables

Threaded View

  1. #1
    Forum Contributor
    Join Date
    07-10-2012
    Location
    United States
    MS-Off Ver
    Office 365
    Posts
    456

    Updating workbook formulas for additional variables

    Hello,

    I had assistance making the attached workbook years back and I am looking to additional variables.

    On the worksheet "Summary" there are options to lookup an employee's data on the "Data" worksheet.

    This can be narrowed down by entering a start date and end date or using a trackback option for number of days back to look.

    The results are displayed in A4:H1000.

    On the worksheet "Data" in column G there are helper formulas.

    I am trying to add two additional filters to the "Summary" worksheet.

    One for Shift and one for Type.

    My attempt to update these two formulas causes errors:
    =IF(OR(ROWS($B$4:$B4)>$H$1,$C$1="",COUNTBLANK($D$2:$D$2)=2),"",INDEX(Data!B:B,MATCH(ROWS($B$4:$B4),Data!$G:$G,0)))

    =IF(Summary!$F$1="",IF(Summary!$C$1="All",SUMPRODUCT(--(A$2:A2>=Summary!$B$2),--(A$2:A2<=Summary!$D$2)),SUMPRODUCT(--(B$2:B2=Summary!$C$1),--(A$2:A2>=Summary!$B$2),--(A$2:A2<=Summary!$D$2))),IF(Summary!$C$1="ALL",SUMPRODUCT(--(A$2:A2>=TODAY()-Summary!$F$1),--(A$2:A2<=TODAY())),SUMPRODUCT(--(B$2:B2=Summary!$C$1),--(A$2:A2>=TODAY()-Summary!$F$1),--(A$2:A2<=TODAY()))))

    I appreciate any help in adjusting these formulas.

    Thank you,
    Nick
    Attached Files Attached Files
    Last edited by nickpavlov; 11-28-2021 at 06:04 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] How to find lowest to greatest of 3 values/variables? (Not using workbook formulas)
    By schulzy175 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-18-2018, 05:30 PM
  2. Workbook updating every second and formulas
    By coys1717 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-13-2014, 08:58 PM
  3. [SOLVED] Additional variables for LOOKUP formulas
    By melbox in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-05-2014, 09:30 AM
  4. Replies: 0
    Last Post: 12-19-2012, 11:06 AM
  5. [SOLVED] Excel formulas not updating data from an external workbook
    By musik7 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-19-2012, 01:10 PM
  6. Excel Formulas Not Updating, Workbook Calc Set to Automatic
    By chicagoland8 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-11-2012, 10:38 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