Cheryl,
For the future, it's better for everyone, *especially you*, to stay with
your original thread.
If you would return to it now, you would see where a lot of people have all
volunteered their efforts in order to provide you with many suggested
solutions to your question.
My suggestion doesn't really work with the *changes* in the data ranges you
stipulated in your second post in your original thread, BUT ... there were
others suggested, that would work perfectly with your new requirements.
Some have been *kindly* repeated here, in this thread, where most of the
time, you would have been *told* to go and find these suggestions in your
original thread.
Since you posted twice in the original thread, most folks in this NG would
expect that you know how to find your posts.
If, on the other hand, as I suspect of most new posters, you can't find it
today because of the amount of new messages added, it might pay you to
perhaps spend some time reviewing the information in these links below.
Besides etiquette, there is information on how to *mark* your posts, so that
you can find them very easily, even weeks and/or months afterward.
http://www.cpearson.com/excel/newposte.htm
http://www.mvps.org/dmcritchie/excel/xlnews.htm
http://www.mvps.org/dmcritchie/excel/oe6.htm
http://www.cpearson.com/excel/DirectConnect.htm
http://www.cpearson.com/excel/links.htm#Newsgroups
http://www.mvps.org/dmcritchie/excel/posting.htm
--
HTH,
RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
Hello,
You gave me the following formula so I could track the overtime worked
in our department and it worked perfect except I was wondering if you
could edit it to include the correct cells (I told you my information
was in cells a5 and c5).
=IF(AND(LEFT(B5,2)="OT",LEFT(C5,2)="OT"),LEFT(B5,2)&"="&MID(B5,3,10)+MID(C5,
3,10),"NO OT")
My information is actually in cells B5 to AF5 and when I tried to
include the cells in your formula it never worked.
Thanks a million!!