VBA Loop not working properly -


i trying create loop pull data 1 tab tab in excel using vba. of novice @ moment vba bear me.

i have data on 2 different rows, in 3 different columns. first row has summary #, second row has processing area (which duplicated numerous times), , fourth row has units(which duplicated numerous without sum of units).

i need loop show summary, processing area(once), , units on same row summed together.

summary on a1 equal 21445 processing area on b2, b3, b4, b5 equal "bb" units on c2, c3, c4, c5 equal 234, 567, 765, 432

every time try loop can never pull processing area , units on same row summary way need happen.


Comments

Popular posts from this blog

android - IllegalStateException: Cannot call this method while RecyclerView is computing a layout or scrolling -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

c# - Oracle Advanced Queues - Dequeueing Commit/Rollback -