JE McGimpsey said:
I'm sure this makes perfect sense to you, since you're probably looking
at the worksheet, but to me it's ambiguous at best.
For instance, if B7 = 10:00 pm, what are B5 and B3, and why would they
also be (apparently) times for Closers? What values are in those cells?
Are they stored as XL times?
If you give more detail on what you're trying to accomplish, and how
your data is laid out, it'll be easier to make a suggestion.
I have a group of people who are scheduled to start work throughout the day,
but those who are scheduled between 6am thru 10am are my Openers and those
scheduled between 10pm thru 12am are my Closers. I need to identify them
quickly so I inserted 2 columns and developed If statements to flag me with
an “O†or a “C†beside the time columns. Then, at the bottom of each column
I added a Countif to show me how many Closers and Openers I have scheduled
for any given day. I need 30 minute increments from 6:00 AM to 10:00 AM for
Openers and from 10:00 PM to 12:00 AM for Closers, so even if I can get the
If statements to work, I’m afraid there will be too many nests to work
properly. So, B5=10:00 PM, B7=11:00 PM and so on. Each should give me a “Câ€
beside the time column. What’s been happening is just the opposite. It
returns a C or O if the time is blank. Hope this helps, thanks so much for
any help you can give.