To search through the contents of an Excel Spreadsheet, you need to follow these set of steps :
- Read the Excel sheet in the form of a 2D string array in LabVIEW by using the New report VI followed by the Excel Get Data VI.
- Search through this 2D array by using Array functions in the Array Sub Palette of the Functions Palette and find the index of the element in the 2D array.
- Use the Excel Set Location VI to convert the LabVIEW 2D array index into an equivalent Excel cell location.