
"Which Excel function for a date range?" Topic
6 Posts
All members in good standing are free to post here. Opinions expressed here are solely those of the posters, and have not been cleared with nor are they endorsed by The Miniatures Page.
Please be courteous toward your fellow TMP members.
For more information, see the TMP FAQ.
Back to the Computer Stuff Plus Board
Areas of InterestGeneral
Featured Hobby News Article
Featured Link
Featured Ruleset
Featured Showcase Article 2" mini-trees prepped and shown on the tabletop.
Featured Profile Article What fun can be found in an inexpensive pack of plastic 'reptiles'?
|
| Last Hussar | 07 Apr 2013 2:34 a.m. PST |
We have a spreadsheet at work that has info with dates in one column, and a destination in the next. Is there a function where I can enter start and end dates, and the searched-for location, and return how many times that location appears in that date range? |
| jdpintex | 07 Apr 2013 8:44 a.m. PST |
I'm not sure about a date range, but "count" function can be used to count the number of instances for a particular date. I have a spreadsheet that does that at work, I'll send you the formula when I get in tomorrow. You would still have to combine this with an "IF" statement if you have too many choices. |
| Toshach | 07 Apr 2013 8:25 p.m. PST |
I set the cell properties to "Text." |
| Ditto Tango 2 3 | 07 Apr 2013 8:40 p.m. PST |
Last Hussar, if you don't want to automate it, just use a filter for a date range first, then another filter for the location. Hope that helps. Excel is a very poor tool for data – awesome of course for spreadsheet calculations. My opinion of course!  -- Tim |
| jdpintex | 08 Apr 2013 5:58 a.m. PST |
this is from a multi-tab worksheet that I used to track small component completions as part of a larger project. =COUNTIF(Simple!D$3:D$188,A127) "simple" – tab with info "D3:D188" – range of data looked at. looking for dates components were finished. "A127" – date of completion I'm looking for. As I use inter connected tabs, it allows me to enter data on only one tab with all subsequent tabs updated automatically. The formala allows for the automatic tracking of when components were finished that then fed into a graph showing percentage of work completed. Hope this helps. |
| Last Hussar | 08 Apr 2013 4:49 p.m. PST |
Thanks for trying guys, but unfortunately I know all of these. |
|