Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Please help, I have a spreadsheet where l want to do a
count if calculation... I want to calculate a category, which have for example A, B, C in it and then l want to calculate the number of times it has appeared as Overdue or Future which has been worked out from another calculation. I am trying the following calculation... =COUNTIF('Outlook Tasks'!G2:G885,"A")=COUNTIF('Outlook Tasks'!I2:I885,"OVERDUE") I am getting "False" back....Please help, l am going mental trying to work this out. Thank you, Belinda |
#2
![]() |
|||
|
|||
![]()
You typed = in the middle of your formula.
I think you meant +. Belinda wrote: Please help, I have a spreadsheet where l want to do a count if calculation... I want to calculate a category, which have for example A, B, C in it and then l want to calculate the number of times it has appeared as Overdue or Future which has been worked out from another calculation. I am trying the following calculation... =COUNTIF('Outlook Tasks'!G2:G885,"A")=COUNTIF('Outlook Tasks'!I2:I885,"OVERDUE") I am getting "False" back....Please help, l am going mental trying to work this out. Thank you, Belinda -- Dave Peterson |
#3
![]() |
|||
|
|||
![]() I suspect this will not give the desired result,,,the sum of the two sumif will give you the number of times "A" shows up in column G + the number of time "OVERDUE" shows up in column I. I think you were looking for the number of times item "A" was overdue, if so =sumproduct(('Outlook Tasks'!G2:G885="A")*('Outlook Tasks'!I2:I885="OVERDUE")*1) -- duane ------------------------------------------------------------------------ duane's Profile: http://www.excelforum.com/member.php...o&userid=11624 View this thread: http://www.excelforum.com/showthread...hreadid=320491 |
#4
![]() |
|||
|
|||
![]()
sorry, l didn't put in my email address...please email me
directly. Thank you, Belinda -----Original Message----- Please help, I have a spreadsheet where l want to do a count if calculation... I want to calculate a category, which have for example A, B, C in it and then l want to calculate the number of times it has appeared as Overdue or Future which has been worked out from another calculation. I am trying the following calculation... =COUNTIF('Outlook Tasks'!G2:G885,"A")=COUNTIF('Outlook Tasks'!I2:I885,"OVERDUE") I am getting "False" back....Please help, l am going mental trying to work this out. Thank you, Belinda . |
#5
![]() |
|||
|
|||
![]()
Ahh. I missed the point of the question.
=SUMPRODUCT(--('Outlook Tasks'!G2:G885="A"), --('Outlook Tasks'!I2:I885="OVERDUE") +('Outlook Tasks'!I2:I885="Future")) To include "Future" duane wrote: I suspect this will not give the desired result,,,the sum of the two sumif will give you the number of times "A" shows up in column G + the number of time "OVERDUE" shows up in column I. I think you were looking for the number of times item "A" was overdue, if so =sumproduct(('Outlook Tasks'!G2:G885="A")*('Outlook Tasks'!I2:I885="OVERDUE")*1) -- duane ------------------------------------------------------------------------ duane's Profile: http://www.excelforum.com/member.php...o&userid=11624 View this thread: http://www.excelforum.com/showthread...hreadid=320491 -- Dave Peterson |
#6
![]() |
|||
|
|||
![]()
Or this one:
=SUMPRODUCT(('Outlook Tasks'!G2:G885="A") *('Outlook Tasks'!I2:I885={"OVERDUE","Future"})) Dave Peterson wrote: Ahh. I missed the point of the question. =SUMPRODUCT(--('Outlook Tasks'!G2:G885="A"), --('Outlook Tasks'!I2:I885="OVERDUE") +('Outlook Tasks'!I2:I885="Future")) To include "Future" duane wrote: I suspect this will not give the desired result,,,the sum of the two sumif will give you the number of times "A" shows up in column G + the number of time "OVERDUE" shows up in column I. I think you were looking for the number of times item "A" was overdue, if so =sumproduct(('Outlook Tasks'!G2:G885="A")*('Outlook Tasks'!I2:I885="OVERDUE")*1) -- duane ------------------------------------------------------------------------ duane's Profile: http://www.excelforum.com/member.php...o&userid=11624 View this thread: http://www.excelforum.com/showthread...hreadid=320491 -- Dave Peterson -- Dave Peterson |
#7
![]() |
|||
|
|||
![]()
Nope, still getting an error.
-----Original Message----- You typed = in the middle of your formula. I think you meant +. Belinda wrote: Please help, I have a spreadsheet where l want to do a count if calculation... I want to calculate a category, which have for example A, B, C in it and then l want to calculate the number of times it has appeared as Overdue or Future which has been worked out from another calculation. I am trying the following calculation... =COUNTIF('Outlook Tasks'!G2:G885,"A")=COUNTIF('Outlook Tasks'!I2:I885,"OVERDUE") I am getting "False" back....Please help, l am going mental trying to work this out. Thank you, Belinda -- Dave Peterson . |
#8
![]() |
|||
|
|||
![]()
Did you try all the suggestions?
Belinda wrote: Nope, still getting an error. -----Original Message----- You typed = in the middle of your formula. I think you meant +. Belinda wrote: Please help, I have a spreadsheet where l want to do a count if calculation... I want to calculate a category, which have for example A, B, C in it and then l want to calculate the number of times it has appeared as Overdue or Future which has been worked out from another calculation. I am trying the following calculation... =COUNTIF('Outlook Tasks'!G2:G885,"A")=COUNTIF('Outlook Tasks'!I2:I885,"OVERDUE") I am getting "False" back....Please help, l am going mental trying to work this out. Thank you, Belinda -- Dave Peterson . -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I've got a formula for stones and pounds - how do I get an excel . | Charts and Charting in Excel | |||
formula help | Charts and Charting in Excel | |||
Data Label Value in Formula? | Charts and Charting in Excel | |||
create a chart with a formula | Charts and Charting in Excel | |||
What is the formula for getting time difference e.g. ("4 hrs 15 m. | Charts and Charting in Excel |