LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 153
Default Best way to create a sorting table with non numerical values

I was looking for a way to have a field/button that could help me
display either : All date, 07/18 or 08/18


Here's one way, starting with the input data and result data arranged as before.

Step 1: Set up filtering by selecting A1:A5 and using
Home Editing Sort & Filter Filter
(I use Excel 2010; other versions might vary.)
This enables either viewing all rows or selecting rows by date.

Step 2: In G2, enter
=SUBTOTAL(103, A2)
and copy down to G5. This returns 1 for visible rows; 0 for hidden rows.

Step 3: In B9, I put
=COUNTIFS(B$2:B$5, $A9, $G$2:$G$5, 1)
and copy it into B9:F10. This limits the counting to visible rows only.
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sorting Values in Pivot Table Bruce Excel Discussion (Misc queries) 4 October 22nd 08 09:20 PM
Automatic Sorting of Top Ten values in a table Learning Excel Excel Discussion (Misc queries) 2 April 20th 07 08:32 PM
Pivot Table Import Link to Numerical Values Wynn Excel Worksheet Functions 3 November 18th 06 01:08 AM
Sorting Numerical Values... Smohrman Excel Worksheet Functions 9 April 7th 06 07:58 AM
how do i create a pie chart in excel with non-numerical values? feirin Charts and Charting in Excel 2 February 1st 06 03:45 AM


All times are GMT +1. The time now is 10:15 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"