Minimum date & Minimum value from a cell

nikhil0311

Board Regular
Joined
May 3, 2013
Messages
197
Office Version
  1. 2013
Platform
  1. Windows
Hello People, hope you are doing well!

I am looking for an excel formula to get a minimum date & minimum value from an excel cell. column A has date and i want the minimum date in column C based on column A. Similarly Column B has the numbers and i want minimum value in column D based on Column B. Thank you in advance.


1691432689428.png
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
How about
Excel Formula:
=MIN(FILTERXML("<k><m>"&SUBSTITUTE(A2,",","</m><m>")&"</m></k>","//m"))
This may need to be confirmed with Ctrl Shift Enter
 
Upvote 0
Fluff's formula is certainly better, but I already had it finished, so here it is:

Dante Amor
ABCD
1DateNumbersMin DateMin Number
229/08/2023, 20/08/2023, 15/08/2023178, 195, 110, 203,9615/08/202396
Hoja3
Cell Formulas
RangeFormula
C2:D2C2=MIN(IFERROR(--TRIM(MID(SUBSTITUTE(A2,",",REPT(" ",100)),100*(ROW(1:20)-1)+1,100)),9^9))
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0

Forum statistics

Threads
1,215,682
Messages
6,126,195
Members
449,298
Latest member
Jest

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top