I have the following data and would like to identify all instances where there is a "NONE" entry for a month.
I would like the results to be displayed as follows:
I have tried pivot tables but cannot force them to only work on the NONE data (so Feb returns a count of 3). I have tried various flavours of array formulae and suspect that this will yield the result I need eventually
I have not gone down the VBA route as I feel that Excel should be able to do this type extract/report.
Any help with this would be appreciated.
Code:
[b]Month Response[/b]
Jan 01-Oct
Feb NONE
Mar NONE
Apr 02-Oct
May 03-Oct
Jun 01-Oct
Jul NONE
Aug 04-Oct
Sep 05-Oct
Oct NONE
Nov 12-Oct
Dec 01-Oct
Jan 02-Oct
Feb 01-Oct
Mar 04-Oct
Feb NONE
I would like the results to be displayed as follows:
Code:
Feb Mar Jul Oct
2 1 1 1
I have tried pivot tables but cannot force them to only work on the NONE data (so Feb returns a count of 3). I have tried various flavours of array formulae and suspect that this will yield the result I need eventually
![[ponder] [ponder] [ponder]](/data/assets/smilies/ponder.gif)
I have not gone down the VBA route as I feel that Excel should be able to do this type extract/report.
Any help with this would be appreciated.