Hello everyone!
I have a "problem" in a spreadsheet that I believe through VBA I could solve. But I never programmed in VBA, so I have no idea where to start.
I have a table with the following information: Project Name, Type, Stage, Value, Adjusted Value.
The adjusted value depends on the stage the project is.
ex: If a project of value 100 is in the Idea stage, its adjusted value is 100*10% = 10
I was able to solve this simply by using =IF in excel.
However, the percentage will also change according to the Project type. And writing such a formula using =IF would be huge.
I believe that by VBA I can do this easily, but where to start?
Best Regards
I have a "problem" in a spreadsheet that I believe through VBA I could solve. But I never programmed in VBA, so I have no idea where to start.
I have a table with the following information: Project Name, Type, Stage, Value, Adjusted Value.
The adjusted value depends on the stage the project is.
ex: If a project of value 100 is in the Idea stage, its adjusted value is 100*10% = 10
I was able to solve this simply by using =IF in excel.
However, the percentage will also change according to the Project type. And writing such a formula using =IF would be huge.
I believe that by VBA I can do this easily, but where to start?
Best Regards