G
Guest
Tom’s stuff has been very helpful for developing a list of the different
entries from a data range. I have been successful in doing just that.
However, I am wanting to expand it. What I currently am able to do is to
develop a list such as:
vegetable 5
fruit 10
fish 2
meat 7
I am creating this from a list of data that falls within a certain date range.
What I want to do next is add to the above table information that would
reflect data from another date range. What I would like to see is:
vegetable 5 2
fruit 10 3
fish 2 0
meat 7 2
(From here I can then make charts to compare time frames)
The difficulty I am having is getting the numbers in the third column to
correctly correspond to the categories in the first column.
Any thoughts would be appreciated.
TIA
entries from a data range. I have been successful in doing just that.
However, I am wanting to expand it. What I currently am able to do is to
develop a list such as:
vegetable 5
fruit 10
fish 2
meat 7
I am creating this from a list of data that falls within a certain date range.
What I want to do next is add to the above table information that would
reflect data from another date range. What I would like to see is:
vegetable 5 2
fruit 10 3
fish 2 0
meat 7 2
(From here I can then make charts to compare time frames)
The difficulty I am having is getting the numbers in the third column to
correctly correspond to the categories in the first column.
Any thoughts would be appreciated.
TIA