K
kisboros
Can COUNTIF work if I want to count cells that are highlighted, let's say, red?
Thank you.
Thank you.
but i don't know that for sure.
Shane Devenshire said:Hi Biff,
Actually there are more new functions in 2007, not that I want any of
them:
CUBESET - This function will fetch the set that is defined by the
set_expression parameter. Optional parameters allow you to specify the
ordering of the set as well as the caption to be displayed in the Excel
cell
that contains this formula. (Note that the set itself won't have a
display
value.) For example, the formula: =CUBESET ("Adventure
Works","[Customer].[Customer Geography].[All
Customers].children","Countries") returns the set of countries in the
Customer Geography hierarchy and shows "Countries" as the cell's display
value.
CUBEVALUE - This function will fetch the aggregated value from the cube
filtered by the various member_expression arguments. For example, the
formula: =CUBEVALUE ("Adventure Works","[Measures].[Gross
Profit]","[Product].[Category].[Bikes]","[Date].[Fiscal Year].[FY 2004]")
returns the value $5,035,271.22 which is the aggregated amount in the
Adventure Works cube for Gross Profit for Bikes in Fiscal 2004.
CUBEKPIMEMBER - This function returns a KPI (Key Performance Indicator)
from
the OLAP cube.
CUBEMEMBER - This function will fetch the member or tuple defined by the
member_expression. For example, (from the illustration above,) the
formula:
=CUBEMEMBER ("Adventure Works", "[Sales Reason].[On Promotion]") returns
the
member named "On Promotion" from the "Sales Reason" dimension of the
Adventure Works cube.
CUBEMEMBERPROPERTY - This function returns a property of a member in the
OLAP cube.
CUBERANKEDMEMBER - This function returns the Nth item from a set. This
can
be very useful when building a Top N (or Bottom N) report in Excel.
CUBESETCOUNT - This function returns the number of items in a set.
Typically the argument to this function will be a CUBESET function or a
reference to a CUBESET function.
Cheers,
Shane Devenshire
T. Valko said:No, there are no new color formula functions available in Excel 2007.
You can now filter and sort based on color in Excel 2007.
There were 5 new formula functions added to Excel 2007:
AVERAGEIF
AVERAGEIFS
COUNTIFS
SUMIFS
IFERROR
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.