Ask Your Question
3

How can a running tally be created for a group using information from two columns?

asked 2023-05-17 05:23:12 +0000

scrum gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-05-17 05:49:02 +0000

ladyg gravatar image

To create a running tally for a group using information from two columns, follow these steps:

  1. Determine the group for which you want to create the running tally.

  2. Identify the two columns that contain the relevant information for the group. For example, if you want to track the number of sales each employee made, you might use a column for employee names and another column for sales numbers.

  3. Create a third column where you will display the running tally. You might label this column "Running Total" or something similar.

  4. Sort the data by the column that contains the criteria for the running tally. For example, if you want to track sales by employee, sort the data by employee name.

  5. Use a formula to calculate the running total for each row. The formula will depend on the type of information you are working with. For example, if you are tracking sales, the formula might be something like =SUM($B$2:B2), where $B$2 is the top row of the sales column and B2 is the current row being calculated.

  6. Copy the formula down the entire length of the third column.

  7. Format the running total column as desired.

  8. When new data is added to the original two columns, the running tally will update automatically.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-17 05:23:12 +0000

Seen: 10 times

Last updated: May 17 '23