countif and sumif with dates

schifferbrains

New Member
Joined
Jun 30, 2013
Messages
2
I've got a few Excel sheets with data that looks like this:

Apr-2012
1 Apr-2012 1
2 Apr-2012 .34
3
4 Jun-2012 .8
5 Nov-2012 .2 Jan-2013 1

etc.

What this data means is this:
The first date (the heading) is the date at which a Startup "graduated" from an accelerator program
The column of numbers represent each startup in that program
The first row of dates represent the earliest dates upon which they raised money from investors
The next column represents the amount of that investment
The following column represents the NEXT date that they raised money from investors
The next column after that represents the amount they raised that time
etc.

Some cells will be blank all over the place (some companies didn't raise any money, others raised money several times, others just once).

Here are the 2 types of things I am trying to find out:

1. How many companies raised money within 3 months of graduating from the accelerator.
Logically, that would be: CountIF (the Date in column 2 or 4) is </= 3months after (date in column 1, row 1)

2. What amount was raised by the companies within 3 months of graduating from the accelerator
Sum (the amount in column 3 or 5, respectively) IF (the date in column 2 or 4, respectively) is </= 3 months after (date in column 1, row 1)

I have no idea how to write these in formulas. Little help?
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
welcome to board
your problem not clear
please use HTML Maker To Post sample from your sheet
https://skydrive.live.com/?cid=8cffdec0ce27e813&sc=documents&id=8CFFDEC0CE27E813!189

Thanks Yahya - I'd be happy to, but I think the links you sent me are only good for PCs. Either that, or I just can't figure it out. Anyways, maybe this will work:

Aug-07
Company
First Raise
Amount
Second Raise
Amount
1
Mar-08
1
Jul-09
.4
2
Sep-07
.44
3
Feb-08
.5
Feb-09
1.4
4
Oct-07
.5
5
6
7
Oct-07
.3
8
Oct-07
.25
9
Oct-07
.4
10
Nov-06
.08
Jan-07
.115

<tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,214,870
Messages
6,122,021
Members
449,060
Latest member
LinusJE

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top