I'm in the midst of building a macro to create an itemized invoice based on the prices of a series of course.
Sheet 1
In column A I have the Course #, column B the Course Name, column C part time or full time ("PT" or "FT"), and in column D the Course Price.
Some courses only appear once. Some courses appear multiple times. Not each course is the same price (e.g. FT courses could be worth $1404 or $1038, PT courses could be worth $702 or $336).
Sheet 2 ("Billing Statement")
Starting in row 18, in column B I need to concatenate column A, B and C (with parentheses for PT or FT) from sheet one.
For example:
"BSN1001 - Intro (FT)"
In column F I need the totals for each course for both part time and full time.
And column E needs to automatically populate the letter "T" if text exists in a row in column B.
Again, the number of courses I need to itemize can vary from month to month, so I need something that can adapt to all of these variables.
I am open to ANY suggestions or advice. My goal is to have this work done by the click of one button.
Sheet 1
In column A I have the Course #, column B the Course Name, column C part time or full time ("PT" or "FT"), and in column D the Course Price.
Some courses only appear once. Some courses appear multiple times. Not each course is the same price (e.g. FT courses could be worth $1404 or $1038, PT courses could be worth $702 or $336).
Sheet 2 ("Billing Statement")
Starting in row 18, in column B I need to concatenate column A, B and C (with parentheses for PT or FT) from sheet one.
For example:
"BSN1001 - Intro (FT)"
In column F I need the totals for each course for both part time and full time.
And column E needs to automatically populate the letter "T" if text exists in a row in column B.
Again, the number of courses I need to itemize can vary from month to month, so I need something that can adapt to all of these variables.
I am open to ANY suggestions or advice. My goal is to have this work done by the click of one button.