****** id="cke_pastebin" style="position: absolute; top: 0px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">
favorite
Disclaimer: New to VBA
I have an excel sheet where I would like to build a vba that does the following things.
I know a nested if formula does it easily but there are just too many conditions and I'm looking for an automatic and cleaner route.
Thanks!
</body>Disclaimer: New to VBA
I have an excel sheet where I would like to build a vba that does the following things.
I know a nested if formula does it easily but there are just too many conditions and I'm looking for an automatic and cleaner route.
Thanks!
favorite
Disclaimer: New to VBA
I have an excel sheet where I would like to build a vba that does the following things.
- My requirement is to fill a value in row Z based on a formula determined by the text in row M
- The formula deals with summing values from row A, B, C in different combinations (determined by text in row M)
- Loop this for each row starting from row 5 to row 10000
I know a nested if formula does it easily but there are just too many conditions and I'm looking for an automatic and cleaner route.
Thanks!
</body>Disclaimer: New to VBA
I have an excel sheet where I would like to build a vba that does the following things.
- My requirement is to fill a value in row Z based on a formula determined by the text in row M
- The formula deals with summing values from row A, B, C in different combinations (determined by text in row M)
- Loop this for each row starting from row 5 to row 10000
I know a nested if formula does it easily but there are just too many conditions and I'm looking for an automatic and cleaner route.
Thanks!