Hello, I'm hoping a nice VBA savvy person can help me with a problem.
I have a sheet which will contain data as in the example file I've attached. There will usually be hundreds of rows of data but for the example sheet there's only 4.
What I want to achieve is to have a list generated of all the advisors (column D) that have got a 'No' answer in columns M,N,O,P. It can't count the same row twice, so, for example, if an advisor has a 'No' in columns M and N, I'd only want their name to appear once in the list for that row. If they appear again in other rows that's fine. ,
I've tried various vlookups etc but wasn't able to achieve what I wanted, so I'm assuming it will require VBA. I did try just using the IF formula but I was ending up with loads of blank rows in between the results I wanted.
I'd also like the list to be created on another tab in the workbook, so on my report I can just show that particular tab without all the background data being visible.
Could someone please help? I'm very clued up on VBA so wouldn't really know where to start with this.
Thanks
I have a sheet which will contain data as in the example file I've attached. There will usually be hundreds of rows of data but for the example sheet there's only 4.
What I want to achieve is to have a list generated of all the advisors (column D) that have got a 'No' answer in columns M,N,O,P. It can't count the same row twice, so, for example, if an advisor has a 'No' in columns M and N, I'd only want their name to appear once in the list for that row. If they appear again in other rows that's fine. ,
I've tried various vlookups etc but wasn't able to achieve what I wanted, so I'm assuming it will require VBA. I did try just using the IF formula but I was ending up with loads of blank rows in between the results I wanted.
I'd also like the list to be created on another tab in the workbook, so on my report I can just show that particular tab without all the background data being visible.
Could someone please help? I'm very clued up on VBA so wouldn't really know where to start with this.
Thanks