I need a "multiplyIF" formula...

halliserin

New Member
Joined
Jul 24, 2012
Messages
1
I work for a translation/interpretation company and I am trying to create a spreadsheet in which I can have the different services we provide multiplied by the rate we charge for that service. One column with the service (On-site, translation, ASL, etc.), another with the length of time. Each of these services has a different hourly rate so I need a way to tell Excel to determine which service it is and multiply the rate by the length of time which is indicated in another column, entering the total cost of the service in another cell.

Is this at all possible???

Many, many thanks!! I've been searching for weeks!!

Erin
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
For simplicity sake I created a sheet with some sample data. Column A has Services, Column B has Time Spent. Column C will have the formulas. We need to make a table of Services and Rates to look up. I have this in the range of G1:H1.

So if our date looks like what's below, then the formula you would paste in the first Total cell would be, =VLOOKUP(A2,$G$1:$H$2,2,FALSE)*B2. Then just copy it down.
[TABLE="width: 204"]
<TBODY>[TR]
[TD]Service</SPAN>[/TD]
[TD] Time</SPAN>[/TD]
[TD] Total</SPAN>[/TD]
[/TR]
[TR]
[TD]ASL</SPAN>[/TD]
[TD="align: right"]2</SPAN>[/TD]
[TD="align: right"]2</SPAN>[/TD]
[/TR]
[TR]
[TD]Translation</SPAN>[/TD]
[TD="align: right"]4</SPAN>[/TD]
[TD="align: right"]8</SPAN>[/TD]
[/TR]
</TBODY><COLGROUP><COL><COL span=2></COLGROUP>[/TABLE]
 
Upvote 0

Forum statistics

Threads
1,223,239
Messages
6,170,947
Members
452,368
Latest member
jayp2104

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top