Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
to me you have to define your own function
Function sum_no_formulas(target As Range) As Double For Each cell In target If Not cell.HasFormula Then sum_no_formulas = sum_no_formulas + cell.Value End If Next cell End Function this function will sum all cells in a range that include ANY formulae (i.e. not only those with SUM function but ANY cells strating with = sign) check this one out and let me know if it works for you |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula for average of a top 12 numbers in a column of 24 total nu | Excel Discussion (Misc queries) | |||
FORMULA; ADD A COLUMN, SUBTRACT 1 CELL, TAKE THE TOTAL X 10% | Excel Discussion (Misc queries) | |||
Formula to add top 4 entries in a column and total them at the bot | Excel Worksheet Functions | |||
XL formula - total of row = total of column | Excel Worksheet Functions | |||
Create an if-then formula in Excel to limit column total? | Excel Discussion (Misc queries) |