So I have about 5 columns of data each with 200 values, is there a way of finding and/or grouping all the values in one column that are associated with a value in another column?
So for example, column 2 says 'number of days' and column 4 says 'expenditure'. Is there a way to find all the values in the expenditure column that correspond to a value of '2' in the number of days column? Preferably in a way that groups the expenditure values to allow easy calculations of the sum,range, average, etc.
Thanks.
So for example, column 2 says 'number of days' and column 4 says 'expenditure'. Is there a way to find all the values in the expenditure column that correspond to a value of '2' in the number of days column? Preferably in a way that groups the expenditure values to allow easy calculations of the sum,range, average, etc.
Thanks.