Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a calendar set up so that I enter one "start date" and it will
generate an 8-week schedule. I can then enter work times in for each day for each employee. What I want to do is use the following formula in a conditional format =IF(AND(ABS(S14-$B$1)<55)*((S14-$B$1)-1), "H", "") to fill in "H" (and then "O", "L", "I", "D", "A", "Y") but if the condition is not true allow the user of the spreadsheet to fill in the hours the employee will work that day. In the above formula B1 is the start date. S14 is one of the Federal Holidays. The above tests if it is within the 8 week range. It correctly prints "H" when I enter it in as a regular formula, but doesn't seem to print the "H" when I enter it in as a conditional formula. I'm using Excel 2000 and am stuck with that, because my workplace won't allow any upgrades. To sum up, can I use conditional formatting in Excel 2000 to write a text value in a cell? I don't want the user to have to enter the hours worked into a conditional formatting statement, but have them enter in the hours and have those overwritten by a conditional statment if that date falls on a holiday. -- Jim S |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Write a formula for a penalty for status of TRUE? | Excel Worksheet Functions | |||
Conditional Formatting Applied when Statement Not True | Excel Discussion (Misc queries) | |||
Conditional Formatting for True/False | Excel Programming | |||
If B1 = 0 then D1= True - I need to write this in a macro | Excel Programming | |||
comparing data and write values if true | Excel Programming |