Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #5  
Old 12-06-2011, 03:20 PM
macropod's Avatar
macropod macropod is offline Need help with sorting a column by most common to least common Windows 7 64bit Need help with sorting a column by most common to least common Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Basically, if you omit the $ symbol in the formula, the cell references will change when you copy it down. As coded, copying gives:
{=SUM(IF(C3=C$1:C$500,1,))}
{=SUM(IF(C4=C$1:C$500,1,))}
{=SUM(IF(C5=C$1:C$500,1,))}
and so on. Without the $ you'd get:
{=SUM(IF(C3=C1:C500,1,))}
{=SUM(IF(C4=C2:C501,1,))}
{=SUM(IF(C5=C3:C502,1,))}
and this would compromise the formula's validity for what you're trying to achieve.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help with sorting a column by most common to least common Common mailbox analyzer/statistics NoStr0m0 Outlook 3 09-23-2011 05:22 AM
Need help with sorting a column by most common to least common link common slides in multiple presentations robtho PowerPoint 1 06-24-2011 12:55 AM
Need help with sorting a column by most common to least common Need to search a column for a macth and return a result from a third column pdfaust Excel 2 02-03-2011 03:02 PM
Sorting elements in a row Riccardo Excel 2 12-14-2010 10:08 AM
Need help with sorting a column by most common to least common Is there a way to Define a common Table Format as Object? blackduck603 Word Tables 1 02-20-2009 03:25 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 02:49 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft