Home & Garden2 mins ago
Data Collation For Monthly Reporting Problem
21 Answers
I work for the NHS and every month one of my tasks is to go through a pile of what is called 'thermometer surveys' there will be one filled in per day for any member of staff who administers care to a patient. Recorded on the sheet are the NHS numbers of patients. Now when I compile my (similar to) Exel report each month there is no way for me during entering the NHS numbers to see if this NHS number (patient) has already been administered care on a different day or by a different member of staff. So I am currently laboriously have 17 A4 pages as a template that I photocopy the masters of having the NHS number format first 3 figures (of 10) then I hand write each entry down and if I come across a duplicate, backtrack through my paperwork to collate that patients care record. This takes me a huge amount of time, I usually take it home to do at the weekend, but I am sure there must be a program or something I could use like scanning them then they can read and as I'm typing a number on my laptop the program will tell me if that number has already been entered that month..?
Answers
Best Answer
No best answer has yet been selected by VinylKnights. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.Quite right. You should not be taking NHS data home.
However, back to the problem. The best tool for this is MS-Access. You can import Excel (and Excel-type) data into a table and run a query to find duplicate entries. Dead easy.
If you don’t want to do that (or don't have Access and/or know how to use it), in Excel (proper) you can highlight duplicate values in a range by using the Conditional Format function:
Highlight the range of cells you want to test, Click “Conditional Formatting” then “Highlight Cells Rules” the “Duplicate Values”. All duplicates in your range will then be highlighted.
However, back to the problem. The best tool for this is MS-Access. You can import Excel (and Excel-type) data into a table and run a query to find duplicate entries. Dead easy.
If you don’t want to do that (or don't have Access and/or know how to use it), in Excel (proper) you can highlight duplicate values in a range by using the Conditional Format function:
Highlight the range of cells you want to test, Click “Conditional Formatting” then “Highlight Cells Rules” the “Duplicate Values”. All duplicates in your range will then be highlighted.
Thanks anyway but I've done this months now don't think there is a way that would save any time those options probably are as time consuming as writing it all out but thanks for your time. PS if I don't work from home the work don't get done blame your government for cutting back admin staff but wanting the same work done
I can't imagine it would be as quick to do things your way.
If it was me, I would sort the data in order of NHS number. Then carry out the process I described. All your duplicates will be highlighted together e.g.:
101
102
103
103
104
110
112
112
113 etc
and it would be simple to spot the duplicates. What do you have to do with them when you've identified them? You could use a Pivot Table to group them together. It all depends what you want to do. But to go through them manually is just a terrible waste of time. Nobody should be doing that in this day and age.
If it was me, I would sort the data in order of NHS number. Then carry out the process I described. All your duplicates will be highlighted together e.g.:
101
102
103
103
104
110
112
112
113 etc
and it would be simple to spot the duplicates. What do you have to do with them when you've identified them? You could use a Pivot Table to group them together. It all depends what you want to do. But to go through them manually is just a terrible waste of time. Nobody should be doing that in this day and age.
The mind boggles - this is one of the simplest tasks for a spreadsheet - it's what they do! If the data was acquired efficiently it should be a one keystroke operation completed in seconds, with reports/graphs printed or distributed automatically. At least it was for me 27 years ago......but that was in the Private sector.
-- answer removed --
What a dreadful waste of time and effort. The ward staff should be entering the data directly into system, not on sheets of paper which you then photocopy, and presumably subsequently securely destroy!
Whether you use either the 'Internet' or a local 'Intranet' makes no difference to a person determined to break into a system. At the turn of the millennium I worked with an 'ethical hacker' who was paid a very handsome salary to test, and improve, the security of our organisations worldwide systems. He usually managed to access secured data using methods not normally available to a general computer user, but he was determined that he could usually find a weak spot somewhere in most systems, even though they weren't connected to our system. The only secure system would be a free standing PC, with no connection to either the internet or an intranet (although this same person could also access data on laptops that were password protected, where he wasn't informed of the password!).
Whether you use either the 'Internet' or a local 'Intranet' makes no difference to a person determined to break into a system. At the turn of the millennium I worked with an 'ethical hacker' who was paid a very handsome salary to test, and improve, the security of our organisations worldwide systems. He usually managed to access secured data using methods not normally available to a general computer user, but he was determined that he could usually find a weak spot somewhere in most systems, even though they weren't connected to our system. The only secure system would be a free standing PC, with no connection to either the internet or an intranet (although this same person could also access data on laptops that were password protected, where he wasn't informed of the password!).
-- answer removed --
If the data isn't on a single spreadsheet or a single database then the system used should be reconsidered. Spotting duplicate numbers through seperate individual records seems a nightmare and a lack of foresite when the system was "designed". Meanwhile a search inside files for the NHS number might give a clue. Windows now seem able to do that itself from explorer.
blimey people give you answers to questions you didnt ask
you can take it home so long as it is properly secured is the advice we had ( having worked in the NHS) - they didnt have enough machines to give out - so we were allowed to give our own to the IT department to load their encrypting software.
also as far as I recollect - the office of the doodah ( information commissioner) has ruled that NHS number alone is not personal data as you would have to go to a hospital to find out whose it was and where it was - which isnt really the definition of personal.....
in Excel
you would use Find and Replace - in this case find-only
or sort A-Z or on number
or VLOOKUP......
well you did ask
Bill Gates (whom I am not a great fan of) put alot of his data base functions from his suite that no one used into Excel which everyone used. well done bill he says thro grated teeth
you can take it home so long as it is properly secured is the advice we had ( having worked in the NHS) - they didnt have enough machines to give out - so we were allowed to give our own to the IT department to load their encrypting software.
also as far as I recollect - the office of the doodah ( information commissioner) has ruled that NHS number alone is not personal data as you would have to go to a hospital to find out whose it was and where it was - which isnt really the definition of personal.....
in Excel
you would use Find and Replace - in this case find-only
or sort A-Z or on number
or VLOOKUP......
well you did ask
Bill Gates (whom I am not a great fan of) put alot of his data base functions from his suite that no one used into Excel which everyone used. well done bill he says thro grated teeth
Related Questions
Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.