MartinS
Active Member
- Joined
- Jun 17, 2003
- Messages
- 490
- Office Version
- 365
- Platform
- Windows
I have a column in a range (call that A) that has a validation applied (shows a list of items), column A also has conditional formatting based on another column (call that B) and there is a column which displays text when column B is TRUE, i.e.
What I've been asked to do is to, when one or more items in column B are TRUE, pop-up a message in the 'Table year' header:
It's clearly too small to show the amount of text required:
"As a rule of thumb, for SAPS S2 tables onwards:
• For effective dates in the first half of the year - use the current year as the YoU
• For effective dates in the second half of the year - use the following year as the YoU"
Is there a way that a message can pop-up based on a formula, i.e. COUNTIF(Z44:Z51,TRUE)>0?
Thanks
Martin
Excel Formula:
IF(Z44,"See comment in table year header for further details","")
It's clearly too small to show the amount of text required:
"As a rule of thumb, for SAPS S2 tables onwards:
• For effective dates in the first half of the year - use the current year as the YoU
• For effective dates in the second half of the year - use the following year as the YoU"
Is there a way that a message can pop-up based on a formula, i.e. COUNTIF(Z44:Z51,TRUE)>0?
Thanks
Martin