Find Maximum of Graph in Excel - Any Help Appreciated!

  • Thread starter Thread starter higherme
  • Start date Start date
  • Tags Tags
    Excel
AI Thread Summary
To find the maximum of a graph in Excel, users can sort the data in ascending or descending order to identify the peak value. The MAX() function in Excel can also be utilized to determine the highest point in a dataset. For cyclic voltammograms, the peak cathodic current, referred to as Ipc, is crucial and can be identified at the turning point of the potential scan. However, if interpolation or inflection points are needed, users may have to create custom functions, as predefined options are limited. Proper scanning to a sufficient potential is necessary to accurately observe the peak.
higherme
Messages
126
Reaction score
0
Does anyone know how to find the maximum of a graph using excel?

so i have this graph i plotted out, and i want to find the coordinates of the peak, is there a way to do it? or do i just have to estimate?

any help would be appreciated! thanks!
 
Physics news on Phys.org
Are you graphing from data arranged in columns?
 
yes... i have two columns

one column is the potential and the other one is the current
 
Highlight the column in question. Go to the pulldown menu "Data" and choose "Sort". The maxima will be the first (or last) value after sorting depending on whether you choose ascending or descending order.
 
hm..sorry i forgot to tell that this is a cyclic voltammogram

ya... that will work and it will give me the highest point, which is at the turning point for the potential scan (from cathode reaction to anode reaction). I want to find the peak cathodic current Ipc
 
The excel MAX() function will also do that kind of thing. If you need to interpolate somehow or find an inflection point I don't think there are predefined functions. You can write your own.
 
Look at http://www.chem.uic.edu/chem421/cv.PDF web site. You will notice that the maximum value is the Ipc. If that point is the turning point on your scan, you didn't scan to a high enough potential to see the peak. You still have to interpolate the baseline.
 

Similar threads

Back
Top