|
Next: Adding a workbook to an existing workspace
|
| Author |
Message |
External

Since: Nov 16, 2007 Posts: 16
|
(Msg. 1) Posted: Mon Jan 07, 2008 4:49 pm
Post subject: How do you total the number of times a certain phrase entered in one Archived from groups: microsoft>public>mac>office>excel (more info?)
|
|
|
Hi all,
I hope someone can help me with this formula. I am trying to count the
number of times one column with a certain phrase in it has a date
entered in another column. We have been using a variation of
=SUMPRODUCT(--($D6:$D1242=D1250),--(G6:G1242=G1246))
Note: In the above formula D1250 and G1246 are linked to a key with
certain values.
We're stuck on how to narrow down the count to only instances when a
certain phrase is in one column and a date (nonspecific but in month/
day/year format) is in another column?
Example: If "Ferry ride" is in Column A and there is a date is Column
C, how do you total only those instances?
I appreciate any and all suggestions, thanks in advance!
-Lydia |
|
| Back to top |
|
 |  |
External

Since: Nov 16, 2007 Posts: 16
|
(Msg. 2) Posted: Tue Jan 08, 2008 8:07 am
Post subject: Re: How do you total the number of times a certain phrase entered in [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Jan 8, 9:26 am, JE McGimpsey <jemcgimp....RemoveThis@mvps.org> wrote:
> In article
> <6bacb58a-7841-4ab2-b4b6-9b251d97a....RemoveThis@21g2000hsj.googlegroups.com>,
>
> lydiaeva....RemoveThis@gmail.com wrote:
> > Example: If "Ferry ride" is in Column A and there is a date is Column
> > C, how do you total only those instances?
>
> > I appreciate any and all suggestions, thanks in advance!
>
> Dates in XL are just integer offsets from a base date, so in the Mac
> default date system, 0 represents 1/1/1904, while today (8 January 2008)
> is represented by 37993 (i.e., the number of days elapsed since
> 1/1/1904).
>
> So depending on your date range, you may be able to use something like
>
> =SUMPRODUCT(--(A1:A1000="Ferry Ride"), --(C1:C1000>=DATE(2000,1,1)),
> --(C1:C1000<=DATE(9999,12,31)))
>
> This assumes that column C doesn't contain values that would correspond
> to values in the date range.
Thank you! We got it to work!! I appreciate both of your suggestions,
as you know with Excel it takes some trial and error to find the best
way to do things. |
|
| Back to top |
|
 |  |
External

Since: Jul 13, 2005 Posts: 597
|
(Msg. 3) Posted: Tue Jan 08, 2008 8:26 am
Post subject: Re: How do you total the number of times a certain phrase entered in one Column has a date entered in another Column? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article
<6bacb58a-7841-4ab2-b4b6-9b251d97a6e0 RemoveThis @21g2000hsj.googlegroups.com>,
lydiaevans7 RemoveThis @gmail.com wrote:
> Example: If "Ferry ride" is in Column A and there is a date is Column
> C, how do you total only those instances?
>
> I appreciate any and all suggestions, thanks in advance!
Dates in XL are just integer offsets from a base date, so in the Mac
default date system, 0 represents 1/1/1904, while today (8 January 2008)
is represented by 37993 (i.e., the number of days elapsed since
1/1/1904).
So depending on your date range, you may be able to use something like
=SUMPRODUCT(--(A1:A1000="Ferry Ride"), --(C1:C1000>=DATE(2000,1,1)),
--(C1:C1000<=DATE(9999,12,31)))
This assumes that column C doesn't contain values that would correspond
to values in the date range. |
|
| Back to top |
|
 |  |
| Related Topics: | I am trying to link about 40 spreed sheets together to get.. - I am trying to link about 40 spreed sheets together to get a total? does any body have a idea on how to do this? thanks coco
adding times - I have a worksheet with a column of times that I would like to add together. The times are written as 4:00, 3:30, :30, etc. I cannot seem to add a couple of cells, as a test, or add the whole column of times using auto sum. I've tried formating the..
number lock issues are driving me crazy! - For reasons I cannot figure out, the "num lock" feature on my G4 ibook is locked in to only work as arrows. That is, when I press the number 6 I move right one cell, and when I press 4 I move left one cell. This is only happening in Excel. I...
A STRANGE THING HAPPENED - EXCEL NUMBER OF ZEROES - Have just installed office 2004 for mac. everything worked fine until I tried my new excel. It is so strange and impossible to understand. When writing a number to any cell in a sheet excel automatically devides the number with 100. When writing 100 and....
Unable to Load Frameworks error - Mac OS X 10.4.1 with all software updates applied, MS Office 2004 with all software updates supplied. When launching Excel in my account, I get the following error dialog: "An unexpected error occurred while trying to load the Microsoft Framework.. |
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
|
|
|