I have a ss with server listings and drive zones associated with them. I need to find all the drives shared for a given server and drive zone.
The input values would be Server and drive zone. For instance, if I search for plums and 4,1. Output for Shared With would be apples, carrots.
Thanks
The input values would be Server and drive zone. For instance, if I search for plums and 4,1. Output for Shared With would be apples, carrots.
tape report.xls | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | |||
1 | DriveZone | |||||||||||
2 | Server | 4,0 | 4,1 | 4,2 | 5,0 | 5,1 | ||||||
3 | apples | x | x | Server | DriveZone | SharedWith | ||||||
4 | plums | x | apples | 4,1 | plums,carrots | |||||||
5 | carrots | x | x | |||||||||
Sheet1 |
Thanks