Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have to do a excel sheet that needs a formula that looks at a date in one
column and everytime that date appears in the one column go to another column and count the amount of times it is there. example in column c there is todays date. in column g there is info. what is the simplest way to count what is in column g i the date is in column c. -- Message posted via http://www.officekb.com |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=countif(c1,g:g)
-- Regards, Fred "Darrell_Sarrasin via OfficeKB.com" <u33691@uwe wrote in message news:71fcf2b5d616e@uwe... I have to do a excel sheet that needs a formula that looks at a date in one column and everytime that date appears in the one column go to another column and count the amount of times it is there. example in column c there is todays date. in column g there is info. what is the simplest way to count what is in column g i the date is in column c. -- Message posted via http://www.officekb.com |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
tried that it is coming back as 0
Fred Smith wrote: =countif(c1,g:g) I have to do a excel sheet that needs a formula that looks at a date in one column and everytime that date appears in the one column go to another column and count the amount of times it is there. example in column c there is todays date. in column g there is info. what is the simplest way to count what is in column g i the date is in column c. -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...tions/200705/1 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
See if this works:
=SUMPRODUCT(--(C1:C100=TODAY()),--(G1:G100<"")) This counts the number of times that today's date appears in Column C and the corresponding row in Column G is not blank. Is that what you're looking for? If not, it may help if you provide more specific examples of what you want. HTH, Elkar "Darrell_Sarrasin via OfficeKB.com" wrote: tried that it is coming back as 0 Fred Smith wrote: =countif(c1,g:g) I have to do a excel sheet that needs a formula that looks at a date in one column and everytime that date appears in the one column go to another column and count the amount of times it is there. example in column c there is todays date. in column g there is info. what is the simplest way to count what is in column g i the date is in column c. -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...tions/200705/1 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
that worked perfectly thank you. I ran a sumproduct on it earlier but I did
not think of using the :not blank theory. Thanks again. Elkar wrote: See if this works: =SUMPRODUCT(--(C1:C100=TODAY()),--(G1:G100<"")) This counts the number of times that today's date appears in Column C and the corresponding row in Column G is not blank. Is that what you're looking for? If not, it may help if you provide more specific examples of what you want. HTH, Elkar tried that it is coming back as 0 [quoted text clipped - 6 lines] example in column c there is todays date. in column g there is info. what is the simplest way to count what is in column g i the date is in column c. -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...tions/200705/1 |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Fred may have intended to say =countif(g:g,c1) ?
-- David Biddulph "Darrell_Sarrasin via OfficeKB.com" <u33691@uwe wrote in message news:71fd3c1d61199@uwe... tried that it is coming back as 0 Fred Smith wrote: =countif(c1,g:g) I have to do a excel sheet that needs a formula that looks at a date in one column and everytime that date appears in the one column go to another column and count the amount of times it is there. example in column c there is todays date. in column g there is info. what is the simplest way to count what is in column g i the date is in column c. -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...tions/200705/1 |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're right. I guess my dyslexia is not in complete remission :)
Fred. -- Regards, Fred "David Biddulph" <groups [at] biddulph.org.uk wrote in message ... Fred may have intended to say =countif(g:g,c1) ? -- David Biddulph "Darrell_Sarrasin via OfficeKB.com" <u33691@uwe wrote in message news:71fd3c1d61199@uwe... tried that it is coming back as 0 Fred Smith wrote: =countif(c1,g:g) I have to do a excel sheet that needs a formula that looks at a date in one column and everytime that date appears in the one column go to another column and count the amount of times it is there. example in column c there is todays date. in column g there is info. what is the simplest way to count what is in column g i the date is in column c. -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...tions/200705/1 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Newbie Question - Subtraction Formula Question | Excel Discussion (Misc queries) | |||
Silly question about using dates | Excel Discussion (Misc queries) | |||
Silly Problem with Variable (2nd attempt) | Excel Discussion (Misc queries) | |||
This is so silly... | Excel Worksheet Functions | |||
Silly little annoyance | Setting up and Configuration of Excel |