Hi there,
Stumped myself taking on a little piece of work for a friend after showing off some basic VBA user form skills a few months ago.
Situation
Sheet 1
Column C contains a drop down box for course selection
Coloumn K contains a user inputed value for amount paid so far
Sheet 2
Column B contains a list of courses
I would like column C in sheet 2 to have something like the following:
If the entry in column c sheet 1 matches an entry in column b sheet 2 then add the value in column k sheet 1 to column B sheet 2
Of course the situation will exist where there are several rows of data in sheet 1 which are for the same course so the answer needs to be a sum function rather than a retrieve value.
I have confused myself to the point where I have no idea what to do now or even if im looking at a formula in sheet or having to resort to VBA!
Any pointers in the right direction will be a greatly appreciated.
Bookmarks