thestones757
New Member
- Joined
- Feb 24, 2010
- Messages
- 24
Hey all-
I am setting up a workbook with multiple sheets to be a template used in the future. The first: "Providers" has the provider and insurance policy listed for every scenario. On a later sheet: "Individual", I am trying to sum data from a different sheet. In order to do this, I need to represent the different individual insurances on the "Individual" tab. Since there are multiple providers for the same insurance, I am trying to take out the duplicates. In order to represent this I equate A2 in "Individual" to =Providers!B3 because this is the first insurance company. Now I am trying to get the next one (further down the column) but not use any of the duplicates or it will mess up the totals from the data used in a different tab. I am having a very tough time with this, the problem is I want to find A2 and then offset until it is not a duplicate, so I think I am incorporating a FIND or MATCH function as the reference for an OFFSET function but what I am doing is not working. Here is what I tried but it did not work:
A3=OFFSET(MATCH(A2,Providers!$A$3:$A$500,FALSE),1,0,1,1)
and so on...
Any help is greatly appreciated!
I am setting up a workbook with multiple sheets to be a template used in the future. The first: "Providers" has the provider and insurance policy listed for every scenario. On a later sheet: "Individual", I am trying to sum data from a different sheet. In order to do this, I need to represent the different individual insurances on the "Individual" tab. Since there are multiple providers for the same insurance, I am trying to take out the duplicates. In order to represent this I equate A2 in "Individual" to =Providers!B3 because this is the first insurance company. Now I am trying to get the next one (further down the column) but not use any of the duplicates or it will mess up the totals from the data used in a different tab. I am having a very tough time with this, the problem is I want to find A2 and then offset until it is not a duplicate, so I think I am incorporating a FIND or MATCH function as the reference for an OFFSET function but what I am doing is not working. Here is what I tried but it did not work:
A3=OFFSET(MATCH(A2,Providers!$A$3:$A$500,FALSE),1,0,1,1)
and so on...
Any help is greatly appreciated!