Countif date range AND Countif col in same row isnotblank.

tnesseth

New Member
Joined
Feb 11, 2021
Messages
8
Office Version
  1. 365
Platform
  1. Windows
Long time Reader First Time Pleader -

Guy I hope none has asked this same question exactly.
I have a 1400 fields in db object- i need the count of fields usage from the fields inception date.

Table one: Column A is the field Name then Created date field and then countif range from table two (all the records)

Field NameCreate DateUsage from create
ABM_TIER_1__C11/4/20201216
ACCOUNTID2/11/2021n/a
ACCOUNT_BU_VS_OPP_BU_MISMATCH__C1/6/20205673
Table two (all the records and each fields contents)
ABM_TIER_1__CACCOUNTIDACCOUNTID
4/16/2004​
T06:35:48.000Z
FALSE​
4/16/2004​
T06:35:48.000Z
FALSE​
4/16/2004​
T06:35:48.000Z
FALSE​

essentially i need a count of fields populated on or after their respective created dates.
so i can thoughtfully argue which fields can burn in eternal h..... you get the gist :)

You are true heroes!
 
Do you mean this, in C2, based on your picture in post 6:

=SUMIF($E$2:$E$100,">"&B2,INDEX($F$2:$I$100,0,MATCH(A2,$F$1:$I$1,0)))
 
Upvote 0

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)

Forum statistics

Threads
1,215,628
Messages
6,125,900
Members
449,271
Latest member
bergy32204

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