Easwaran U. answered 12/09/23
Excel VBA Expert (Automation Guru)
I looked at your examples above.
How much does 1 unit cost?
Adam K.
asked 01/29/18Easwaran U. answered 12/09/23
Excel VBA Expert (Automation Guru)
I looked at your examples above.
How much does 1 unit cost?
Edward A. answered 04/19/19
Math Tutor, Retired Computer Scientist and Technical Communicator
Adam,
you will use 4 columns.
in A2:a8, enter the numbers to the left of the equals sign
in B2:b8, enter the number to the right of the equals sign
in C2, enter the amount in question (ie. the number of units being ordered)
in D2, enter this formula "=D2*VLOOKUP(D2,A2:B8,2)"
Whenever you put a new number of units into C2, the cell D2 will display the total price.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Edward A.
Oops, typographical error!. Into D2 the formula should be “=C2*vlookup(c2,a2:b8,2)”04/20/19