LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

finding minimum value from spreadsheet

Hi,

I am attaching here my spreadsheet. In that spreadsheet I want to find minimum value of column B and display the corresponding value at the same iondex from column A.

0 Kudos
Message 1 of 2
(1,968 Views)

Hi jyotia,

in this thread you'll find the functions to read the entire content from your excel file. If you have your data as an array in LabVIEW, then you can use the "Array Min&Max" function to get the min index from your column "B". With index array you can read the corresponding value from column "A".

 

Mike

0 Kudos
Message 2 of 2
(1,963 Views)