SonuBhaiya
New Member
- Joined
- Nov 28, 2018
- Messages
- 2
Hello friends,
I would like create a max and min formula that would also meet some criteria.
Column A is for Date
Column E is for Price
Cell N5 is period start date
Cell N6 is period end date
I would like to know max and min price within the period.
The formula which i used was
=max(if($a$2:$a$2000>=n5,if($a$2:$a$2000<=n6, "N. A."), "N. A."))
and same formula for min function but the above formula returned value for whole 2000 period instead of look out period
Hope you people will help me out soon
Thanks
I would like create a max and min formula that would also meet some criteria.
Column A is for Date
Column E is for Price
Cell N5 is period start date
Cell N6 is period end date
I would like to know max and min price within the period.
The formula which i used was
=max(if($a$2:$a$2000>=n5,if($a$2:$a$2000<=n6, "N. A."), "N. A."))
and same formula for min function but the above formula returned value for whole 2000 period instead of look out period
Hope you people will help me out soon
Thanks