Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I would like to count the text in a column (COUNTIF (A:A,"Monday")) then for
it to add a figure from another cell / column if it meets the text criteria (eg. Monday) from the column Thanks! |
#2
![]() |
|||
|
|||
![]()
Hi Peter
not really sure of what you're after, but maybe =IF(COUNTIF(A:A,"Monday")1,COUNTIF(A:A,"Monday")+ B1,0) or =COUNTIF(A:A,"Monday")+IF(B1="Monday",10,0) Cheers JulieD "Peter Curtis" wrote in message ... I would like to count the text in a column (COUNTIF (A:A,"Monday")) then for it to add a figure from another cell / column if it meets the text criteria (eg. Monday) from the column Thanks! |
#3
![]() |
|||
|
|||
![]()
Hi Peter,
I would like to count the text in a column (COUNTIF (A:A,"Monday")) then for it to add a figure from another cell / column if it meets the text criteria =SUMIF(A:A,"Monday",C:C) Regards, Jan Karel Pieterse Excel MVP www.jkp-ads.com |
#4
![]() |
|||
|
|||
![]()
See other post.
-- HTH RP (remove nothere from the email address if mailing direct) "Peter Curtis" wrote in message ... I would like to count the text in a column (COUNTIF (A:A,"Monday")) then for it to add a figure from another cell / column if it meets the text criteria (eg. Monday) from the column Thanks! |
#5
![]() |
|||
|
|||
![]()
If I understand correctly
if(yourcountifformula0,a1,"") -- Don Guillett SalesAid Software "Peter Curtis" wrote in message ... I would like to count the text in a column (COUNTIF (A:A,"Monday")) then for it to add a figure from another cell / column if it meets the text criteria (eg. Monday) from the column Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating Formula using check boxes | Excel Discussion (Misc queries) | |||
Converting an Excel formula to an Access query formula | Excel Discussion (Misc queries) | |||
I want the results of a formula to show in cell, NOT THE FORMULA! | Excel Discussion (Misc queries) | |||
Paste is is copying in formula, but display is wrong. | Excel Discussion (Misc queries) | |||
Excel2K: Is it possible to use dynamic named ranges in custom data validation formula? | Excel Discussion (Misc queries) |