Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a formula that sums the the products of two columns, A & B. Sometimes
I need to put a word in these cells instead of numbers and it renders the sum invalid. Is there a way to get the formula to ignore it when there is text in the cells? Thanks!!! Steve |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Steve
Post your formula. SUM should ignore text cells in a range. Gord Dibben MS Excel MVP On Thu, 19 Oct 2006 12:37:02 -0700, Steve wrote: I have a formula that sums the the products of two columns, A & B. Sometimes I need to put a word in these cells instead of numbers and it renders the sum invalid. Is there a way to get the formula to ignore it when there is text in the cells? Thanks!!! Steve |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=((N29*P29)+(N30*P30)+(N31*P31)+(N32*P32)+(N33*P33 )+(N34*P34)+(N35*P35)+(N36*P36))/9
There is no range and I think I am SOL on this one unless you all can work that juju you all do so well.... Thanks. "Gord Dibben" wrote: Steve Post your formula. SUM should ignore text cells in a range. Gord Dibben MS Excel MVP On Thu, 19 Oct 2006 12:37:02 -0700, Steve wrote: I have a formula that sums the the products of two columns, A & B. Sometimes I need to put a word in these cells instead of numbers and it renders the sum invalid. Is there a way to get the formula to ignore it when there is text in the cells? Thanks!!! Steve |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Steve
=SUMPRODUCT(N30:N36,P30:P36)/9 Gord On Thu, 19 Oct 2006 13:18:02 -0700, Steve wrote: =((N29*P29)+(N30*P30)+(N31*P31)+(N32*P32)+(N33*P3 3)+(N34*P34)+(N35*P35)+(N36*P36))/9 There is no range and I think I am SOL on this one unless you all can work that juju you all do so well.... Thanks. "Gord Dibben" wrote: Steve Post your formula. SUM should ignore text cells in a range. Gord Dibben MS Excel MVP On Thu, 19 Oct 2006 12:37:02 -0700, Steve wrote: I have a formula that sums the the products of two columns, A & B. Sometimes I need to put a word in these cells instead of numbers and it renders the sum invalid. Is there a way to get the formula to ignore it when there is text in the cells? Thanks!!! Steve Gord Dibben MS Excel MVP |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I forgot completely about SUMPRODUCT!!! I'm an IDIOT!!
Thanks again, Gord!! "Gord Dibben" wrote: Steve =SUMPRODUCT(N30:N36,P30:P36)/9 Gord On Thu, 19 Oct 2006 13:18:02 -0700, Steve wrote: =((N29*P29)+(N30*P30)+(N31*P31)+(N32*P32)+(N33*P3 3)+(N34*P34)+(N35*P35)+(N36*P36))/9 There is no range and I think I am SOL on this one unless you all can work that juju you all do so well.... Thanks. "Gord Dibben" wrote: Steve Post your formula. SUM should ignore text cells in a range. Gord Dibben MS Excel MVP On Thu, 19 Oct 2006 12:37:02 -0700, Steve wrote: I have a formula that sums the the products of two columns, A & B. Sometimes I need to put a word in these cells instead of numbers and it renders the sum invalid. Is there a way to get the formula to ignore it when there is text in the cells? Thanks!!! Steve Gord Dibben MS Excel MVP |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I count cells with text but ignore cells with spaces? | Excel Discussion (Misc queries) | |||
how to make a formula ignore blank cells | Excel Worksheet Functions | |||
Ignore Text for Formula | Excel Discussion (Misc queries) | |||
Can I concatenate text in cells to make a working formula? | Excel Discussion (Misc queries) | |||
Macro or Formula to remove Text from Cells | Excel Worksheet Functions |