Here is what I'm trying to do. I have a worksheet with three columns: Plan / Category / Sales. As shown:
PLAN CATEGORY SALES
2 ASTHMA $15
2 MS $20
3 ASTHMA $23
What I'm trying to do is have a summary page where the user can type in a plan selection box, say 2 and on a summary underneath with the Cateogies already listed the sales autmoatically populate. For example, the user selects 2, and in the Asthma and MS boxes the sales of $15 and $20 appear. Is this possible? I know I can use a lookup function for the plan, but how would it produce the Asthma sales corrrectly?
PLAN CATEGORY SALES
2 ASTHMA $15
2 MS $20
3 ASTHMA $23
What I'm trying to do is have a summary page where the user can type in a plan selection box, say 2 and on a summary underneath with the Cateogies already listed the sales autmoatically populate. For example, the user selects 2, and in the Asthma and MS boxes the sales of $15 and $20 appear. Is this possible? I know I can use a lookup function for the plan, but how would it produce the Asthma sales corrrectly?