multiple criteria
2 TopicsFinding Latest Date using Multiple Criteria with Multiple Entries for Unique IDs
Hello, I am looking for some assistance with finding the latest date for both On and Off times for each ID where there can be mulitple records of both Types for each ID. Date Type ID Latest On Time Latest Off Time 1/1/22 12:15 on 1 1/2/22 12:30 on 1 1/4/22 16:15 off 1 1/2/22 18:15 off 1 1/5/22 12:15 on 2 1/6/22 12:15 off 2 1/7/22 12:15 on 2 1/8/22 12:15 on 3 1/9/22 12:15 on 3 1/10/22 12:15 on 4 1/11/22 12:15 off 4Solved1.6KViews0likes4CommentsCalculating an Earlier Sum Based off Multiple Criteria
Hello, I am currently trying to pull last month's total for a certain line item that has the following criteria: -Project -Cost Code -Amount Example of the columns would be: Month Project Cost Code Amount 9/1/2022 3704 250 $10,700 9/1/2022 3704 280 $7,800 10/1/2022 3704 250 $11,200 What I would need the measure to do, is figure out the what the sum is of the earlier amount by Project & Cost Code, referencing the Month column. Mind you there are multiple Projects & an abundance of Cost Codes. So simply having it Filter just for Project 3704 & Cost Code 250 wont work. It needs to be able to find the earlier amount for each item, if there isn't an earlier amount then output 0. Will truly appreciate any help on this, been stuck for quite some time.375Views0likes1Comment