Hi All
I have a table which is the Subjects pulled in from my emails, along with the DateTimeSent.
I am (in the lower table) trying to set up an "OK" "NOK" based on the date time stamp.
The formula I have so far is:-
so if Result is found in Subject then return most recent DateTimeSent
I am trying to use a wild card to pull from the text which I receive, but it is not working.
Any help would be most welcome.
I have a table which is the Subjects pulled in from my emails, along with the DateTimeSent.
I am (in the lower table) trying to set up an "OK" "NOK" based on the date time stamp.
The formula I have so far is:-
Excel Formula:
=MAX(IF(COUNTIF(BCKUPs!$A$1:$A$4503,CONCAT("*",G11,"*")),BCKUPs!F$1:F$4503))
I am trying to use a wild card to pull from the text which I receive, but it is not working.
Any help would be most welcome.
Subject | DateTimeSent | ||
- [Success] Backup Configuration Job (1 machines) | 14/12/2023 10:00 | ||
- [Success] ES Backup - DB051 Timeware Database (1 machines) | 14/12/2023 07:29 | ||
- [Failed] ES Backup - DB002 (1 machines) 1 failed | 14/12/2023 07:03 | ||
- [Success] ES Backup - SQ003 (1 machines) | 14/12/2023 00:35 | ||
- [Success] ES Backup - AP014 Pirana (1 machines) | 13/12/2023 22:29 | ||
- [Success] PS001, SQ004, AP015, DTS (4 machines) | 13/12/2023 20:25 | ||
- [Success] SM002 + RADIUS + Timeware (3 machines) | 13/12/2023 20:02 | ||
- [Warning] FS002 (1 machines) | 13/12/2023 19:47 | ||
- [Success] FS001 (1 machines) | 13/12/2023 19:41 | ||
- [Success] SQ003 (1 machines) | 13/12/2023 19:34 | ||
- [Success] DB002 & AP014 (2 machines) | 13/12/2023 19:18 | ||
- [Success] Backup Configuration Job (1 machines) | 13/12/2023 10:00 | ||
- [Failed] FS002 (1 machines) | 13/12/2023 09:55 | ||
Status | Date Time Sent | Result | |
NOK | Jan/00 00:00 | - [Success] FS001 | |
| Jan/00 00:00 | - [Warning] FS001 | |
NOK | Jan/00 00:00 | - [Failed] FS001 | |
| Jan/00 00:00 | - [Success] FS002 | |
NOK | Jan/00 00:00 | - [Warning] FS002 | |
| Jan/00 00:00 | - [Failed] FS002 |