Tips for condensing information

megwallace246

New Member
Joined
Jun 27, 2016
Messages
3
Hi all, I'm new to the forum. My name is Meagan.

I have an issue I'm wondering if someone can help me out with. I work at a non profit organization where navigators help patients with their healthcare and call Medicaid for them, etc. We have an excel spreadsheet where we enter information containing the site name we visited to talk with the patients, the date, patient navigator name, the age group of the patient, and what level the patient was at...that means the amount of time we spent helping them. Level 1 is 0-15 minutes, level 2 is 16-30, level 3 is 31-45, etc etc. My supervisor wants a way to condense the age of the patients, the level they were at and what location they were from, in a way that takes up less space in the spreadsheet. She was wondering if a pivot table would work but she's not sure. With the brief information I've given you, does anyone have any suggestions for me? It would help quite a lot.

Thank you!
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
For the level part, you can make a small table like this in column A-B below:

ABCDE
1TimeLevelTimeLevel
20Level 120Level 2
316Level 2
431Level 3
546Level 4

<tbody>
</tbody>

Then call upon it for the level. E2 =LOOKUP(D2,$A$2:$A$5,$B$2:$B$5)
 
Upvote 0

Forum statistics

Threads
1,216,218
Messages
6,129,572
Members
449,518
Latest member
srooney

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top