B
Bad_Shot
{=MEDIAN(IF(B25:B1023<=(DATE(B2,B3,B4)-180),IF(B25:B1023>=(DATE(B2,B3,B4)-365),D251023)))}
This works for my data. But requires me to put the date in B2,B3,B4.
I'd like to change the DATE(B2,B3,B4), which I have to update each day, with
TODAY()
I've check the old posts and tried some samples found, but none worked.
The date in B25:B1023 is in the 03/14/2008 00:00 format.
Thanks
This works for my data. But requires me to put the date in B2,B3,B4.
I'd like to change the DATE(B2,B3,B4), which I have to update each day, with
TODAY()
I've check the old posts and tried some samples found, but none worked.
The date in B25:B1023 is in the 03/14/2008 00:00 format.
Thanks