VBAPrincess
Programmer
Perhaps this isn't complicated, but I certainly can't figure out how to make it happen. The data I have looks like the example below:
NAME LINE POL# EXP DATE
Customer A Auto XYZ123 2/29/2012
Customer A Prop ABC987 8/31/2012
Customer B Auto CTE456 3/31/2012
Customer B Prop 8Z9TE3 6/30/2012
I need to sort by expiration date BUT only for the property lines. However, I want to keep the auto and property rows for each customer together. So, it should appear like this:
NAME LINE POL# EXP DATE
Customer B Auto CTE456 3/31/2012
Customer B Prop 8Z9TE3 6/30/2012
Customer A Auto XYZ123 2/29/2012
Customer A Prop ABC987 8/31/2012
Also, if there is a way to view customer data (auto and prop) for customers who have a property policy expiring in March (and this date filter will need to be changed), that would be great too.
Ideally we need to see information for both policies by customer, but we're only concerned with filtering by dates for the property policies.
This needs to remain in Excel because many of the rows are color coded and the coloring needs to stay with the data.
Thanks in advance for any assistance!!
Diana
VBA Princess
-- I'm hoping to grow up to be a Goddess!
NAME LINE POL# EXP DATE
Customer A Auto XYZ123 2/29/2012
Customer A Prop ABC987 8/31/2012
Customer B Auto CTE456 3/31/2012
Customer B Prop 8Z9TE3 6/30/2012
I need to sort by expiration date BUT only for the property lines. However, I want to keep the auto and property rows for each customer together. So, it should appear like this:
NAME LINE POL# EXP DATE
Customer B Auto CTE456 3/31/2012
Customer B Prop 8Z9TE3 6/30/2012
Customer A Auto XYZ123 2/29/2012
Customer A Prop ABC987 8/31/2012
Also, if there is a way to view customer data (auto and prop) for customers who have a property policy expiring in March (and this date filter will need to be changed), that would be great too.
Ideally we need to see information for both policies by customer, but we're only concerned with filtering by dates for the property policies.
This needs to remain in Excel because many of the rows are color coded and the coloring needs to stay with the data.
Thanks in advance for any assistance!!
Diana
VBA Princess
-- I'm hoping to grow up to be a Goddess!