Forum Discussion
Counting words in one column based on dates in another column.
Hi Matt,
Did you try PivotTable?
- kellymuzyMar 29, 2019Copper Contributor
I stumbled upon this discussion when trying to solve a similar issue and pivot tables completely changed everything for me. I had a little bit of time to understand the basics and I can't believe I hadn't been using them all along. Thank you for your input on this question!
- SergeiBaklanMar 29, 2019Diamond Contributor
kellymuzy , glad it helped
- Matt WaljeNov 02, 2017Copper Contributor
Hi Sergei,
No I have not. I am rather new to excel and am not familiar with Pivot Tables or how they work. Can you provide any instructions on how to use one for the particular problem.
Thanks,
Matt- SergeiBaklanNov 02, 2017Diamond Contributor
Matt,
First two links I found with PivotTable basics
http://www.excel-easy.com/data-analysis/pivot-tables.html,
google will give much more.
For your case
Better if you work with Excel Tables, if not the range works as well. Select one which is with your data,
in ribbon Insert->Pivot Table.
PivotTable pane will appear, add Date to rows, Status to Columns and Values. Result looks like
After that is adjusting - how to group dates, how to design the table.
- DeletedNov 03, 2017Hi Segey and Matt
why not use countifs?
Yossi