Hello, I have a sheet with column A has two values, say Incoming and Outgoing. I have column B with the numbers. I want to add Total Incoming and Total Outgoing in column C. Incoming/Outgoing is sorted. So let’s say I have 10 rows of incoming value, then I want total in cell C11 (first row is the header). Then I have 5 rows of Outgoing, then the total would be in cell C16.
The thing is the number of incoming/outgoing could change daily. So tomorrow the total may need to be cell 20 and 25. How can I use a VBA to auto check the last row with Incoming or Outgoing in column A and create a Sum total? Thanks
The thing is the number of incoming/outgoing could change daily. So tomorrow the total may need to be cell 20 and 25. How can I use a VBA to auto check the last row with Incoming or Outgoing in column A and create a Sum total? Thanks