Hello,
I am new to this whole VBA thing and this forum. I hope someone can help me.
I am trying to set up my Excel spreadsheet so that the user can select a text value in a drop down menu, and a four digit year in another drop down menu, and have it display a value based on the text cell and the year cell, in a third cell.
Here's an example:
One drop down list is in the "B" column, and contains the "Fee Year":
2018
2019
2020
2021
2022
The other drop down list is in the "C" column and contains the "Land Use":
Single Family
ADU
Multi-Family
Commercial
As you can see there are many different combinations. The fees in 2018 for Single Family were set in 2018 and should pop up in Column "E" with a lower cost than say, the fees for 2021 and Single Family. I have the cost of each of the fees. Is there a way to use VBA to do a IF/AND type of code to indicate the fee amount in Column "E" for that year and land use type?
TIA.
Bookmarks