I am trying to figure out how I can take the hosts, and list all volumes associated with each one. For example, in my spreadsheet, I have a column of volumes, and to the right, in a row of separate cells, it lists the hosts associated to this volume. I would like to be able to be able to somehow list each host, and what volumes it has associated with it, and I'm at a total loss here. I've been looking at the COUNTIF function, but it doesn't seem to do what I want. I know that I could do a Ctrl-F and find all. I would have to do this for each and every instance of hosts, and it would take forever, since this is quite a large file. I have a snip of my file below for reference.
Any help is greatly appreciated, since I think I'll be bald if I can't figure this out soon
<colgroup><col style="mso-width-source:userset;mso-width-alt:7936;width:163pt" width="217"> <col style="mso-width-source:userset;mso-width-alt:3766;width:77pt" width="103"> <col style="mso-width-source:userset;mso-width-alt:4315;width:89pt" width="118"> <col style="mso-width-source:userset;mso-width-alt:3840;width:79pt" width="105"> <col style="mso-width-source:userset;mso-width-alt:4278;width:88pt" width="117"> <col style="mso-width-source:userset;mso-width-alt:3547; width:73pt" span="4" width="97"> </colgroup><tbody>
</tbody>
Any help is greatly appreciated, since I think I'll be bald if I can't figure this out soon
Volume | Hosts | |||||||
voll0 | 192.168.xx.4 | 192.168.xx.4 | ||||||
WZ_prod_01 | 192.168.xx.x1 | 192.168.xx.xx | 192.168.15.101 | 192.168.x5.xx | 192.168.xx.xxx | |||
vfiler11_15_vol0 | TRUE | |||||||
cp_mic_prd | TRUE | |||||||
vfiler_17_vol0 | TRUE | |||||||
vfiler_18_vol0 | TRUE | |||||||
ftp_dmz | 192.xx1.20.20 | 192.168.20.21 | 192.168.20.20 | 192.168.20.21 | ||||
is_ovm | 192.xxx.33.30 | 192.xx8.33.xx | ||||||
vfiler11_33_vol0 | TRUE | |||||||
is_ovm_monitoring | 192.1xx.xx.0/24 | 192.xxx.6x.0/24 | ||||||
vfiler11_64_vol0 | TRUE | |||||||
monitoring_prod_66 | 192.xxx.xx.0/24 | |||||||
dmz_6x | 192.xxx.xx.0/24 | |||||||
prod_dmz | 192.xxx.66.xx5 | 192.1xx.66.xx | 192.168.66.116 | 192.xxx.xx228 | 192.xxx.xx.227 |
<colgroup><col style="mso-width-source:userset;mso-width-alt:7936;width:163pt" width="217"> <col style="mso-width-source:userset;mso-width-alt:3766;width:77pt" width="103"> <col style="mso-width-source:userset;mso-width-alt:4315;width:89pt" width="118"> <col style="mso-width-source:userset;mso-width-alt:3840;width:79pt" width="105"> <col style="mso-width-source:userset;mso-width-alt:4278;width:88pt" width="117"> <col style="mso-width-source:userset;mso-width-alt:3547; width:73pt" span="4" width="97"> </colgroup><tbody>
</tbody>
Last edited: