LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Find Max and min value from excel using labview

Hi

 

I have data in excel file and I want to find maximum and minimum value from every column.

 

So please help required

 

thanks

0 Kudos
Message 1 of 5
(3,593 Views)

You can do that within Excel using the MAX() function, you know?  No need to use LabVIEW.

 

But if you insist on loading the XLS file into LabVIEW, look here:  https://decibel.ni.com/content/docs/DOC-7991

 

 

 

 

http://www.medicollector.com
0 Kudos
Message 2 of 5
(3,582 Views)
Spoiler
read xls max min.png

 

0 Kudos
Message 3 of 5
(3,568 Views)

Thanks  apok

 

in your vi case we have to enter raw and column number so is it possible to find Max and min value from every column without any entering of data from our side. Is it possible to find all Max and min value from excel data sheet by one click only.

 

thanks for reply

0 Kudos
Message 4 of 5
(3,551 Views)

Use this library file & give input like number of columns & rows.

 

Later read the values & store into array. Later use this array and pass it to array max & min & get the result.

 

 

Let me know if you have any doubt

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 5 of 5
(3,547 Views)