Forum

Notifications
Clear all

Medical track

7 Posts
3 Users
0 Reactions
115 Views
(@rathanak)
Posts: 55
Trusted Member
Topic starter
 

 Hi excel genius,

I want to track medicare in excel,how can i?

my company has grant medical allowance only $500 per year.

For such case In June a sale man has claim his medica 46.25$, how can i track his claim to follow up he does not over claim in the year from Jan to December?

Thanks in advance 

 

(Note i want to track from Jan to Dec because medica can claim full year but not exceed amount 500$)

 
Posted : 07/09/2016 11:36 am
(@fravis)
Posts: 337
Reputable Member
 

So you want to be able for each person to keep up all claims and then automatically see if the 500 border is not crossed?

How many claims can a person make in a year?

 
Posted : 07/09/2016 1:25 pm
(@rathanak)
Posts: 55
Trusted Member
Topic starter
 

Hi,Frans yes,a person can claim 500$ in a year

 
Posted : 07/09/2016 7:23 pm
(@sunnykow)
Posts: 1417
Noble Member
 

My suggestion.

(1) Analysis of claims for the year

Use a Pivot Table. It is the fastest and easiest way to analyze data

(2) Make sure total claims for each person does not exceed 500 in a year.

A filter of your data should be able to tell you the claims to-date for a particular person. In the column where the claim is, do not use SUM() to total.

SUM() includes all amount (including filtered data). Use SUBTOTAL() instead. eg=SUBTOTAL(9,B2:B100) as SUBTOTAL will only total the visible data.

You will then be able to see only the total for the particular person.

Hope this helps.

 
Posted : 07/09/2016 7:53 pm
(@rathanak)
Posts: 55
Trusted Member
Topic starter
 

Hi Sunny,could you upload some sample file?

 
Posted : 07/09/2016 8:40 pm
(@sunnykow)
Posts: 1417
Noble Member
 

Refer sample attached

 
Posted : 07/09/2016 8:58 pm
(@rathanak)
Posts: 55
Trusted Member
Topic starter
 

Thanks,Sunny

 
Posted : 07/09/2016 10:54 pm
Share: