OK, I reduced all margin of error and removed the word Team and space so all I have are the letters A-K ('minus the letter I).
The formula '=COUNTIF(C:C,"A")+COUNTIF(G:G,"A") works to count the Teams.
Col E will have numbers representing X-Wins and X-Loses
So if Team A has 8 Wins against...
here is a link to the example file
https://skydrive.live.com/redir.aspx?cid=2b770c659a94550d&resid=2B770C659A94550D!195&parid=2B770C659A94550D!102&authkey=!AJr0x3rcZ9O1O9k
Chandoo I am a begineer and love your site and ExcelUser.
I have 2 questions regarding COUNTIFS and what would be the best formula to use?
First, I cannot seem to get COUNTIFS to work. I get no error but it returns a 0.
I used the Help file and Google but can't seem to get it to work for...
2007, i have a spreadsheet that someone sent to me that only displays columns a-f and row 1-19. they are not hidden and when i view the code for the sheet or workbook there is no code such as yours. i have possed the question to the person who sent it to me but they have no idea as the workbook...
your process works if i want to sit there and hide the rows and columns, tedious task.
the columns and rows that i dont hide. all i changed was the number and column.
Sub HideRowsCols()
If Application.Version < 13 Then
Columns("g:IV").EntireColumn.Hidden = Not...