Hi All -
I want to be able to sum a variety of rows within my dataset. But rather than summing the entire column, I want to be able to sum based on certain criteria in another column. I have 400+ rows of data, so I would prefer not to SUM "manually" to get the dollar figures that I want.
So, I have a number of rows in my dataset with unique IDs, such as -- 1, 1.1, 1.2, 1.3, 1.5, 2, 2.1, 10, 11, 11.1, 34.3, 34.7, etc. and various dollar amounts are tied to each of these rows. I want to be able to sum all of the rows that start with 1 together - 1.1, 1.2, 1.3, 1.5. All of the ones that start with 2 together and so on.
Is there any way to automatically group them together and make this happen? I am at a loss , any help would be appreciated!
I want to be able to sum a variety of rows within my dataset. But rather than summing the entire column, I want to be able to sum based on certain criteria in another column. I have 400+ rows of data, so I would prefer not to SUM "manually" to get the dollar figures that I want.
So, I have a number of rows in my dataset with unique IDs, such as -- 1, 1.1, 1.2, 1.3, 1.5, 2, 2.1, 10, 11, 11.1, 34.3, 34.7, etc. and various dollar amounts are tied to each of these rows. I want to be able to sum all of the rows that start with 1 together - 1.1, 1.2, 1.3, 1.5. All of the ones that start with 2 together and so on.
Is there any way to automatically group them together and make this happen? I am at a loss , any help would be appreciated!