I've got a decently-large-sized personal project ahead, and I'm hoping someone can make this much simpler than what I've been doing.
I have 2 sheets (well, 4 in the Excel file, but only 2 being utilized for this particular bit):
Sheet 1 has Names and quantities
Sheet 2 has amounts, with each column as a different date, with an updated amount as time rolls on.
What I'm trying to do is enter amounts on Sheet 2, and have each Name that matches that populate on Sheet 1.
For example:
Sheet 1:
Item Alpha : 5 : [blank]
Item Beta : 7 : [blank]
Item Gamma: 14 : [blank]
Item Alpha: 12 : [blank]
Item Gamma: 3 : [blank]
Item Beta: 4 : [blank]
Item Gamma: 25 : [blank]
Sheet 2:
Item Alpha : 8.00
Item Beta : 19.50
Item Gamma: 4.25
What I'd like is those [blank] to be filled with the product of the two numbers, so Sheet 1 would look like so:
Item Alpha : 5 : 40.00
Item Beta : 7 : 136.50
Item Gamma: 14 : 59.50
Item Alpha: 12 : 60.00
Item Gamma: 3 : 12.75
Item Beta: 4 : 78.00
Item Gamma: 25 : 106.25
I don't mind a copy/paste bit, as some of the names, while all meaning the same, were entered oddly. However, when I try to copy/paste normally (i.e. "=B4*Sheet 2!B17" ) it replaces B4 & B17 (in this case) to C4 & C17, D4 & D17, etc. instead of staying B4 and just changing B17 to C17, D17, etc.
So I'm not 100% sure just how I could get this to work nicely (or even at all) but I'm hopeful.
Thanks for the possible help or at the very least contemplating this situation.
Bookmarks