HI All
I have created a list of rows of data when using the FILTER function to list from a table any entries that require further action.
In the further action column in the table the answer is yes or no.
I used the FILTER function to get a list of records where the further action column said "Yes"
Example here:
The above is the result from the FILTER function "=FILTER(AllObs1,AllObs1[Further Action]="Yes") I have tried to place this in a table but will not allow.
This formula expands each time there is a Yes placed in the main table (AllObs1) so no issue with the function working. I have done a countif formula to count the number of subjects in the list such as Housekeeping , Working at height etc but I cant seem to work out how to do it dynamically, e.g., as the list expands the count also expands, I have to go back and expand the range manually to include the new entries.
Any help will be greatly appreciated.
Many thanks
William
I have created a list of rows of data when using the FILTER function to list from a table any entries that require further action.
In the further action column in the table the answer is yes or no.
I used the FILTER function to get a list of records where the further action column said "Yes"
Example here:
27-Jun-23 | Tue | Jun | 23 | Housekeeping | Unsafe Condition | Yes | Some areas required attention, Bailey Bridge area, under Piperack 1 at grade, 1st lift scaffold South of stack duct ISBL. | Open |
27-Jun-23 | Tue | Jun | 23 | Housekeeping | Unsafe Condition | Yes | Water bottles all over the site - picked up and disposed off in the bags and skips | Closed |
28-Jun-23 | Wed | Jun | 23 | Work at Height | Unsafe Condition | Yes | Loose materials on scaffolds at height - removed in the shift | Closed |
28-Jun-23 | Wed | Jun | 23 | Housekeeping | Unsafe Condition | Yes | Needed at height on scaffolds - undertaken during the night | Closed |
28-Jun-23 | Wed | Jun | 23 | Environmental Health | Unsafe Condition | Yes | Fireproofing shed not sealed off causing dust issue - completed during the night | Closed |
30-Jun-23 | Fri | Jun | 23 | Housekeeping | Unsafe Condition | Yes | Skips and bags need removing from west of ISBL - all done and emptied and removed | Closed |
01-Jul-23 | Sat | Jul | 23 | Housekeeping | Unsafe Condition | Yes | Housekeeping on Pipe Rack 1 needs to be undertaken - full of clips and bandings | Closed |
01-Jul-23 | Sat | Jul | 23 | Work at Height | Unsafe Condition | Yes | Housekeeping Required | Open |
The above is the result from the FILTER function "=FILTER(AllObs1,AllObs1[Further Action]="Yes") I have tried to place this in a table but will not allow.
This formula expands each time there is a Yes placed in the main table (AllObs1) so no issue with the function working. I have done a countif formula to count the number of subjects in the list such as Housekeeping , Working at height etc but I cant seem to work out how to do it dynamically, e.g., as the list expands the count also expands, I have to go back and expand the range manually to include the new entries.
Any help will be greatly appreciated.
Many thanks
William