I want the minimum value based on the Month for Eg:
Month RF
Jan 5
Jan 3
Jan 2
Feb 4
Feb 1
Feb 0
Mar 1
Mar 5
Apr 9
Apr 8
Answer should be next column like this in corresponding row
2
1
1
8
pls do the needful
I want the minimum value based on the Month for Eg:
Month RF
Jan 5
Jan 3
Jan 2
Feb 4
Feb 1
Feb 0
Mar 1
Mar 5
Apr 9
Apr 8
Answer should be next column like this in corresponding row
2
1
1
8
pls do the needful
Hi,
in column A are dates
to be confirmed with control+shift +enter and copied down![]()
Please Login or Register to view this content.
or if in column A there are texts ("JAN", "FEB"...)
![]()
Please Login or Register to view this content.
![]()
Please Login or Register to view this content.
Again confirmed with control+shift+enter
Hope it helps
Last edited by canapone; 02-01-2012 at 06:11 AM. Reason: just wrapped with [code]
-----------------------------------------------------
At Excelforum, you can say "Thank you!" by clicking the star icon ("Add Reputation") below the post.
Please, mark your thread [SOLVED] if you received your answer.
This formula is working
=min(if(month($A$2:$A$1000)=Row(A1),$B$2:$B$1000))
but the answer is coming like
2
1
1
8
but i want
Jan 5
Jan 3
Jan 2 2
Feb 4
Feb 1
Feb 0 0
Mar 1 1
Mar 5
Apr 9
Apr 8 8
like this i want
and one more thing this formula is not working =min(if(month($A$2:$A$1000)="Jan",$B$2:$B$1000))
thank you
Hi,
an attempt, in C2 and down:
to be confirmed with control+shift+enter![]()
Please Login or Register to view this content.
Regards
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks