excel formula to extract dates with highest trade count -
I want a formula formula to show dates when the calculation of business is maximum. The columns mentioned below are
business count date 10 9 Jan 12 8 Jan 12 7 Jan
Result: January 7 & amp; 8th January
Therefore the result can be highlighted in two separate rows. Or whatever convenient format please suggest how it can be done easily
to your column C Provide all dates, which are maximized. You can always hide the column C later.
C1 should be greater than column:
-
= max (A: A)
Now in each row, column C can create your final output string. C2 copy below:
-
= IF ($ C $ 1 = A2, text (B2, "DD MMM"), "")
This gives you a column of blank values or the date you need (formatted correctly as text).
- (<2> , IF (D3 = "", "", D3), IF (D3 = "", C2, D3 and "Your result will be given by string cell D2.
Comments
Post a Comment