start_dates_indexes = [index for index, value in enumerate(headers[0]) if value == 'Start Date'] # This will return the indexes with a value of 'Start Date' # from the array