scotty1978
New Member
- Joined
- Dec 17, 2023
- Messages
- 13
- Office Version
- 365
- Platform
- MacOS
This is one problem I haven’t had much success with by searching the internet. Was hoping someone could assist. I have an excel worksheet that helps me to calculate insurance reimbursement estimates on a daily basis. The goals is to be able to plug in a few data points, hit compute and have it all completed for me. So far my sheet is set up with the data points I need.
Estimated Rates based on Provider.
Deductible Amounts.
Coinsurance Amounts and Percentages.
Here is where things get a little confusing. My sheet calculates how many days until deductible is met, and then how many days until the coinsurance is met. But I need to manually input numbers on the right side in the green box.
In this example, the deductible is met on Day 7, and because of that some of the coinsurance is due on Day 7 as well. The yellow box that says Day 7 means the patient owes the $125 and Insurance responsible for the $25. Then it’s a 50/50 split because coinsurance. Patient pays 50% and Insurance Pays 50% until Day 21. Then insurance responsible for the rest of the days of treatments.
I’m wondering if there is a way to write a code in vba that correlates with the days and rates so that everything comes out the way the example shows instead of needing to manually input. Is this even possible? Thanks in advance.
Estimated Rates based on Provider.
Deductible Amounts.
Coinsurance Amounts and Percentages.
Here is where things get a little confusing. My sheet calculates how many days until deductible is met, and then how many days until the coinsurance is met. But I need to manually input numbers on the right side in the green box.
In this example, the deductible is met on Day 7, and because of that some of the coinsurance is due on Day 7 as well. The yellow box that says Day 7 means the patient owes the $125 and Insurance responsible for the $25. Then it’s a 50/50 split because coinsurance. Patient pays 50% and Insurance Pays 50% until Day 21. Then insurance responsible for the rest of the days of treatments.
I’m wondering if there is a way to write a code in vba that correlates with the days and rates so that everything comes out the way the example shows instead of needing to manually input. Is this even possible? Thanks in advance.