Ironman
Well-known Member
- Joined
- Jan 31, 2004
- Messages
- 1,069
- Office Version
- 365
- Platform
- Windows
Hi
A1 contains today's date (if this is needed) and F5 below contains a value.
I'm looking for a message box that will trigger when the value in F5 as at today has increased by 650 and automatically every 650 thereafter.
Hope you can help?
Many thanks!
A1 contains today's date (if this is needed) and F5 below contains a value.
I'm looking for a message box that will trigger when the value in F5 as at today has increased by 650 and automatically every 650 thereafter.
MrExcel.xlsx | |||
---|---|---|---|
A | |||
2 | 8 NOV 2021 | ||
Training Log |
Cell Formulas | ||
---|---|---|
Range | Formula | |
A2 | A2 | =UPPER(TEXT(TODAY(),"d mmm yyyy")) |
MrExcel.xlsx | |||
---|---|---|---|
F | |||
5 | 27,931 | ||
Training Log |
Cell Formulas | ||
---|---|---|
Range | Formula | |
F5 | F5 | =10724.97 + SUM(C12:C23357) |
Named Ranges | ||
---|---|---|
Name | Refers To | Cells |
'Training Log'!All_Log_Miles | =OFFSET('Training Log'!$C$12,0,0,'Training Log'!$B$10) | F5 |
Last90Miles | =OFFSET(Last90Dates,0,2) | F5 |
Log_LastDistance | =INDEX('Training Log'!All_Log_Miles,ROWS('Training Log'!All_Log_Miles)) | F5 |
LogYear_Log_Miles | =INDEX('Training Log'!All_Log_Miles,MATCH(DATE(LogYear-1,12,31),'Training Log'!All_Log_Dates,1)+1):INDEX('Training Log'!All_Log_Miles,ROWS('Training Log'!All_Log_Dates)) | F5 |
RangeOfDistEntries | ='Training Log'!$C$12:OFFSET(LastLogDate,0,2) | F5 |
'Training Log'!YTD_Distances | =OFFSET('Training Log'!YTD_Dates,0,2) | F5 |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
F5 | Cell Value | between 27000 and 27010 | text | YES |
Hope you can help?
Many thanks!