chrisssyp82
MIS
Excel 2010
I've got a list of reports which give the report number, report description and the stored proc which goes with it. example below:
RPT_NUM RPT_NME SP_NME
1 Report1 SP1
2 Report2 SP2
3 Report3 SP3
4 Report4 SP1
5 Report5 SP2
6 Report6 SP1
What i would like to do is add another column and do a look up to show which reports use the same stored proc and return the RPT_NUM, i.e:
RPT_NUM RPT_NME SP_NME Equivalent Report
1 Report1 SP1 4, 6
2 Report2 SP2 5
3 Report3 SP3
4 Report4 SP1 1, 6
5 Report5 SP2 2
6 Report6 SP1 1, 4
Is this even possible in Excel?
Thanks
I've got a list of reports which give the report number, report description and the stored proc which goes with it. example below:
RPT_NUM RPT_NME SP_NME
1 Report1 SP1
2 Report2 SP2
3 Report3 SP3
4 Report4 SP1
5 Report5 SP2
6 Report6 SP1
What i would like to do is add another column and do a look up to show which reports use the same stored proc and return the RPT_NUM, i.e:
RPT_NUM RPT_NME SP_NME Equivalent Report
1 Report1 SP1 4, 6
2 Report2 SP2 5
3 Report3 SP3
4 Report4 SP1 1, 6
5 Report5 SP2 2
6 Report6 SP1 1, 4
Is this even possible in Excel?
Thanks