I am Secretary of a District Organisation which has about 11 smaller organisations under its control. Each organisation has a membership list. The District is also required to keep a membership list. Some members are members of more than one organisation within the district. Members have a unique Id No, set by a state body. Currently I use an Access Database to record the District Membership. This is done by a Members Table which records all the Members Details; an Organisation Table which keeps all the details of the District Organisations; and a Membership Table which simply cross references Members Id with Organisation Id. Thus member 1234 can be a member of Organisation AB and AC by two records in the Membership Table.
Now for the problem.
The committee has recognised that future Secretaries may not be conversant with MS Access or have MS Access on their computer, and have requested that the database be converted to MS Excel. I recognise that MS Excel does not generally use relational data like Access. While I could have a separate Tab for each organisation, listing all their details, an individual who is a member of more than one organisation would be duplicated on another tab. This would make Membership maintenance messy. If on the other hand I try and set up a tab similar to the Relationship tab, I am unsure of what approach I would need when creating an Organisation/Membership reports.
Can any kind soul suggest how I might use Excel in a relational manner.