I found this formula on a excel sheet,
=IF(SelectedGroups="Project Nursery",COUNTA($A$5:A5),COUNTIF($A$5:A5,SelectedGroups))
can anyone explain about SelectedGroups?
I found this formula on a excel sheet,
=IF(SelectedGroups="Project Nursery",COUNTA($A$5:A5),COUNTIF($A$5:A5,SelectedGroups))
can anyone explain about SelectedGroups?
Last edited by lemuel; 06-16-2011 at 07:36 PM.
selectedgroups looks like a named range but i cant see how its being used here,have a look in name manager
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
it is being used in this thread. http://www.excelforum.com/excel-gene...-filtered.html
please explain further.
it is being used in this thread. http://www.excelforum.com/excel-gene...-filtered.html
see DATA tab - at column Formula Help.
selectedgroups is a named range in that case it refers to a single cell ie =Data!$B$6
so the formula is really
=IF(Data!$B$6="Project Nursery",COUNTA($A$5:A5),COUNTIF($A$5:A5,Data!$B$6))
thank you so much. That makes me really think for several hours. And I tried to google about SelectedGroups but can't find anwers. thank you.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks