Reid Posted December 2, 2010 Posted December 2, 2010 (edited) I'm trying to make a layout that shows today's hours that have been reported by an employee. Basically a horizontal graph that shows 6:00am on the left and 6:00pm on the right. For each hour that has been reported I want it to "fill in" those hours on the graph. Hours are reported in another layout. One entry could be that they worked from 6:00am to 9:00am. In order to get the graph to "fill in" I'm thinking of having Conditional Formating based on a formula that finds out if there has been anything reported for that time slot. I'm planning on having a conditional formating area for every 15 min block. So for my block designated for 6:15am - 6:30am could I have a formula that says IF timereported > 6:15am < 6:30am then fill in red would that work? Is there a better way to go about this? Sorry, this should probably be in the conditional formatting forum. How do I move it? Edited December 2, 2010 by Guest Wrong forum
comment Posted December 2, 2010 Posted December 2, 2010 I believe a repeating calculation field would make this easier.
Reid Posted December 2, 2010 Author Posted December 2, 2010 I've never used a repeating calculation field. Can you give me a jist of how it would work? I'll study up on repeating calculation fields in general.
comment Posted December 2, 2010 Posted December 2, 2010 Roughly: Let each repetition calculate its slot start and end times, using Get ( CalculationRepetitionNumber ). Return true if the slot overlaps with worked time.
Recommended Posts
This topic is 5105 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now