Maximum currency

EinarOSies

Board Regular
Joined
Feb 15, 2021
Messages
61
Office Version
  1. 2019
Platform
  1. Windows
Please I need help in finding the maximum value in a range.
Capture.JPG

In column J are a combination of strings and formulas. I attached an info column K to aid in understanding my problem and formula in column J.
How can I input a formula to get the largest or maximum value in column J?
 
Excel Formula:
=AGGREGATE(14,6,MID(J4:J15,5,20)/((MID(J4:J15,5,20)+0>=1)*(MID(J4:J15,5,20)+0<=40)),1)
Excel Formula:
=AGGREGATE(15,6,MID(J4:J15,5,20)/((MID(J4:J15,5,20)+0>=1)*(MID(J4:J15,5,20)+0<=40)),1)
Excel Formula:
=AVERAGE(IF(MID(J4:J15,5,20)+0>=1,IF(MID(J4:J15,5,20)+0<=40,MID(J4:J15,5,20)+0,""),""))
 
Upvote 0

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Please Peter so how can I make an index-match function on both of column B and A that's the date and day
 
Upvote 0
That is a very different question so you should start a new thread for that (& don't forget about XL2BB )
 
Upvote 0

Forum statistics

Threads
1,215,415
Messages
6,124,764
Members
449,187
Latest member
hermansoa

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