Excel VBA Course
Excel VBA Course - From Beginner to Expert

200+ Video Lessons
50+ Hours of Video
200+ Excel Guides

Become a master of VBA and Macros in Excel and learn how to automate all of your tasks in Excel with this online course. (No VBA experience required.)

View Course

Running total adding in from another cell macro

0

I am trying to set up a running total on sheet three in my prep inventory for 2 rows of 7 cells each. I would like this to have a macro that transfers numbers from cells on sheet two into the running total on sheet three. Is this possible and does anyone know how to do it if it is possible.

Answer
Discuss

Answers

0

For a running total just use a SUM() function that includes all current and future cells that should be included in it.

Discuss


Answer the Question

You must create an account to use the forum. Create an Account or Login