frankee_gee
Board Regular
- Joined
- Mar 3, 2008
- Messages
- 144
- Office Version
- 365
- 2016
- Platform
- Windows
Hope some one can help with this formula into Power Pivot:
I use this in an excel spreadsheet.
=SUMPRODUCT((I2:I2<=$AO$1)*(((J2:J2="")+(J2:J2>=$AO$1)>=1)))
$AO$1 is a date. we can replace with actual date of need be: We have separate columns for each 1/31/2014, 2/28/2014 & 3/31/2014.
or
I was told to use this instead but the above work for me. I did not test this.
=IF(OR(AND(J2<$AL$1,K2>$AL$1),AND(Z2="Erect",K2="")),1,0)
Thank you,
Frankee Gee.
I use this in an excel spreadsheet.
=SUMPRODUCT((I2:I2<=$AO$1)*(((J2:J2="")+(J2:J2>=$AO$1)>=1)))
$AO$1 is a date. we can replace with actual date of need be: We have separate columns for each 1/31/2014, 2/28/2014 & 3/31/2014.
or
I was told to use this instead but the above work for me. I did not test this.
=IF(OR(AND(J2<$AL$1,K2>$AL$1),AND(Z2="Erect",K2="")),1,0)
Thank you,
Frankee Gee.