Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Barb1
 
Posts: n/a
Default Sumif help please

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   Report Post  
Sandy Mann
 
Posts: n/a
Default

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to use SUMIF to return sums between two values located in cells ScottBerger Excel Worksheet Functions 2 April 23rd 23 09:05 PM
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function Oscar Excel Worksheet Functions 2 January 11th 05 11:01 PM
help with "criterea" in the sumif function [email protected] Excel Worksheet Functions 3 December 17th 04 06:27 PM
SUMIF across a range of worksheets Mike@Q Excel Worksheet Functions 3 November 24th 04 02:36 PM
SUM(IF( Array to avoid #NUM! values Elijah Excel Worksheet Functions 7 November 21st 04 02:17 PM


All times are GMT +1. The time now is 11:39 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"