Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Additional criteria for a countif statement

I declared a range within a sheet of data which does the
countif function differentiates between multiple
variables. It works great however, there is an additional
factor in one of my variables that I want it to count only
if that statement is true and not count if its not true.
the statement is two columns to the left.. Thanks for your
help in advance.


''''Code is as follows
Dim IDSrng As Range
Dim Fname As String
Dim GS As String

Fname = ActiveWorkbook.Name

Range(Selection, Selection.End(xlDown)).Name = "IDSrng"

GS = "=COUNTIF(" & "'" & Fname & "'!IDSrng,""Golf Shoes"")"

ActiveWindow.ActivateNext

ActiveCell.Offset(1, 0).Select
ActiveCell.FormulaR1C1 = FOB

''''''''''Here i need to specify to the left 2 columns
'''an additional value which i dont know how to do
'''''if it is either womans or mens golf shoes
''''i tried to embed an if it didnt work help!!!


..


Reply
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
Nesting an additional formula in an IF statement Karsea New Users to Excel 12 February 10th 09 10:16 PM
COUNTIF with additional qualifiers? Larry[_2_] Excel Worksheet Functions 3 April 9th 07 09:41 AM
COUNTIF statement with 3 criteria checks Malvaro Excel Discussion (Misc queries) 4 June 4th 06 11:40 PM
Can criteria in countif statement be a color? aosbor Excel Worksheet Functions 1 November 23rd 05 09:17 PM
SUMIF/COUNTIF with an additional criteria || cypher || Excel Worksheet Functions 1 November 15th 04 06:42 AM


All times are GMT +1. The time now is 04:06 PM.

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

About Us

"It's about Microsoft Excel"