MacroNoob1
New Member
- Joined
- May 12, 2017
- Messages
- 3
Hi everybody,
This is my first post, so a big thanks to anyone who will help!
Here's the thing...
I routinely export a dataset into Excel that has a different number of rows every time. I would like to make a macro that calculates several formulas at the bottom for each column. For example:
ID| Price | Sq Ft | Etc.
1 | $250 | 2,000 |
2 | $200 | 1,800 |
3 | $185 | 1,750 |
Etc.
Etc.
Etc.
Min | $185 | 1,750
Avg | $211 | 1,850
Max | $250 | 2,000
I recorded a macro that works with the current dataset, but it doesn't work correctly if the number of rows changes. I know how to open and use the script editor, but I don't know VBA, so my troubleshooting skills are pretty limited. Can anyone help me?
Thank you,
MacroNoob1
This is my first post, so a big thanks to anyone who will help!
Here's the thing...
I routinely export a dataset into Excel that has a different number of rows every time. I would like to make a macro that calculates several formulas at the bottom for each column. For example:
ID| Price | Sq Ft | Etc.
1 | $250 | 2,000 |
2 | $200 | 1,800 |
3 | $185 | 1,750 |
Etc.
Etc.
Etc.
Min | $185 | 1,750
Avg | $211 | 1,850
Max | $250 | 2,000
I recorded a macro that works with the current dataset, but it doesn't work correctly if the number of rows changes. I know how to open and use the script editor, but I don't know VBA, so my troubleshooting skills are pretty limited. Can anyone help me?
Thank you,
MacroNoob1