Hi
I have a table in Sheet 2, A3:E21. Column A is Company Names, Column E is 'funds available' dollar values
In Sheet 1, I need users to enter how much they have spent with each Company. In column D is a drop down list of company names, and column E is where you enter what you've spent.
I would like to use something like Data Validation on the cell in Column E. I need it to look at what company name the user has selected from the drop down, and then VLOOKUP that company on Sheet 2 to see if the value they have entered exceeds the funds available. If they have exceeded the amount available, a pop up or some other notification needs to be presented to the user.
If this is achievable with macros that's also no problem, I have no skills in this area but can copy and paste code
Thanks in advance for your help.
I have a table in Sheet 2, A3:E21. Column A is Company Names, Column E is 'funds available' dollar values
In Sheet 1, I need users to enter how much they have spent with each Company. In column D is a drop down list of company names, and column E is where you enter what you've spent.
I would like to use something like Data Validation on the cell in Column E. I need it to look at what company name the user has selected from the drop down, and then VLOOKUP that company on Sheet 2 to see if the value they have entered exceeds the funds available. If they have exceeded the amount available, a pop up or some other notification needs to be presented to the user.
If this is achievable with macros that's also no problem, I have no skills in this area but can copy and paste code
Thanks in advance for your help.