I am working with a system that reports user data into two columns: Column A has the fields (9 total per record) and Column B has the corresponding user data.
Column A looks like this:
1. Last Name:
2. First Name:
3. Middle Name:
4. Card Number:
5. Employee Ref:
6. Personal Details:
7...
I have looked at videos but cant seem to make it work
I have an excel sheet with values(examples below) in column A broken down by months Jan - Dec
<colgroup><col></colgroup><tbody>
Coaching (Angella)
Sendout Cards
Legal Shield
Stella Orange (Copywrite Coaching)
Nimble
Prism Global...
Column D contains +ve integers. I want the total of those cells of column D provided the respective column B cell starts with an alphabet P.
Ex:
B D
P 100
88 999
500
PLK 600
Answer: 100+600=700
The idea is the following:
Dim VariableRow As String
ActiveCell.FormulaR1C1 = "=SUM(RC[-2]:R[VariableRow]C[-2])"
I have values in column A but in column B i have nother value that it is going to tell the number of rows the sum is going to cover in column A Can this be done in VBA or just...
We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel
Which adblocker are you using?
Disable AdBlock
Follow these easy steps to disable AdBlock
1)Click on the icon in the browser’s toolbar. 2)Click on the icon in the browser’s toolbar. 2)Click on the "Pause on this site" option.
Go back
Disable AdBlock Plus
Follow these easy steps to disable AdBlock Plus
1)Click on the icon in the browser’s toolbar. 2)Click on the toggle to disable it for "mrexcel.com".
Go back
Disable uBlock Origin
Follow these easy steps to disable uBlock Origin
1)Click on the icon in the browser’s toolbar. 2)Click on the "Power" button. 3)Click on the "Refresh" button.
Go back
Disable uBlock
Follow these easy steps to disable uBlock
1)Click on the icon in the browser’s toolbar. 2)Click on the "Power" button. 3)Click on the "Refresh" button.