
4,383 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello
is it possible in excel create running total by nearest group like in image.
Thanks
Hi @Runner ,
Try this formula:
=B2+IF(A2<>A1,0,C1)
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.