brockk
Board Regular
- Joined
- Jul 1, 2006
- Messages
- 170
- Office Version
- 2013
- Platform
- Web
Cell Formulas | ||
---|---|---|
Range | Formula | |
A6:A21 | A6 | =IFERROR(IF(LOOKUP($B6,$G$4:$G$13)=$B6,"HOLIDAY",""),"") |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
D6:D21 | Expression | =$C6="S" | text | NO |
Greetings,
Can anyone figure out why when it is comparing whether the dates in column B are Holidays based on a lookup of a range of Holiday dates. It seems that somehow when I verify the formula by means of the Formula --> Evaluate Formula option it initiates calculating correctly searching if B15 (12/25/23 or # value 45285) is identified as a Holiday in the range $G$4:$G$13 and if it finds it, it should identify it as "Holiday" otherwise leave in blank. So as I was saying, it initiates by recognizing the 45285 as the comparison date yet, it magically changes to 45253 somehow? and continues to evaluate the rest of the formula obviously given me an undesired result. The funny thing is on all of the worksheets it has worked flawlessly, its only giving me this issue specifically on this worksheet. Can anyone kindly help me figure where is the issue and if there is a correction for this. Thank you in advance.