Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have 4 copiers with different prices per copy. I need to write a formula
with criteria to fit this. Model Price per copy number of copies total price 490 .012 17 550 .32 211 So, I need if model #x then multiply by its corresponding cost. |
#2
![]() |
|||
|
|||
![]()
Barb,
If I understand you correctly then with your table, Model, Price & Copies in A1:C5 and the required model # in E1 then: =VLOOKUP(E1,A1:C5,2)*VLOOKUP(E1,A1:C5,3) will give the total price for the model. HTH Sandy -- to e-mail direct replace @mailinator.com with @tiscali.co.uk "Barb1" wrote in message ... I have 4 copiers with different prices per copy. I need to write a formula with criteria to fit this. Model Price per copy number of copies total price 490 .012 17 550 .32 211 So, I need if model #x then multiply by its corresponding cost. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to use SUMIF to return sums between two values located in cells | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions | |||
help with "criterea" in the sumif function | Excel Worksheet Functions | |||
SUMIF across a range of worksheets | Excel Worksheet Functions | |||
SUM(IF( Array to avoid #NUM! values | Excel Worksheet Functions |