Excel help 2003

kwat1

New Member
Joined
Jul 28, 2011
Messages
6
Hi,

I have a spreadsheet with one worksheet that displays CPT codes (e.g 99212) per facility as well as the volume per CPT code use (4, 7, 10, etc). And another worksheet that displays all CPT codes and the medicare cost per code. I need to create a formula to where excel will know to grab the CPT code and multiply the volume and cost in each cell. I am certain that a vlookup is part of my formula but cant figure out what else needs to be put in it. Also obviously each code or use of code will change on a monthly basis since all codes will not be used in a given month.

Thank you in advance!!
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Assuming:

Sheet1 Columns A =CPT, B =Volume
Sheet 2 Columns A = CPT, B = Cost per Code

Then Sheet 1 C1=B1*VLOOKUP(A1,Sheet2!$A$1:$B$##,2,0)
where ## = the number of rows on Sheet 2.
 
Upvote 0
Thank you that is much appreciated, I will try this when I return to work. from the way it looks it does seem correct!
 
Upvote 0
Hello,

I tried using the formula you provided and the result showed #VALUE, do you have any possible solutions on why this may have occured?

Thanks
 
Upvote 0
Hello again

I actually have figured out the issue, but I wanted to thank you again for all of your help.
 
Upvote 0

Forum statistics

Threads
1,224,587
Messages
6,179,735
Members
452,939
Latest member
WCrawford

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