L Listerman Registered User. Local time Today, 11:02 Joined Mar 3, 2008 Messages 19 Mar 5, 2008 #1 I have a spreadsheet and the only column that matters is D. Down column D it appears as: a b b b c c d e f c a I need the result to just appear like A - 2 B - 3 C - 3 D - 1 E - 1 F - 1
I have a spreadsheet and the only column that matters is D. Down column D it appears as: a b b b c c d e f c a I need the result to just appear like A - 2 B - 3 C - 3 D - 1 E - 1 F - 1
gemma-the-husky Super Moderator Staff member Local time Today, 16:02 Joined Sep 12, 2006 Messages 16,118 Mar 5, 2008 #2 look at "totals" query - you need the count function click the sigma icon in the query design pane
L Listerman Registered User. Local time Today, 11:02 Joined Mar 3, 2008 Messages 19 Mar 5, 2008 #3 I figured it out. Just used a Simple Amount: SUM(IIf([Name]=[Name],1,0)