Possible Sumifs with Hlookup/match

Blcook6383

New Member
Joined
Apr 2, 2018
Messages
5
What I am hoping to do is actually more complicated than what I am currently asking. I am hoping I have simplified this enough so that it can make sense to someone who is not looking at the entire worksheet. Here is a screen shot of a portion of a single tab I want to refer to:

Enrolled in Medical?AgeCB PPO Platinum $0 w/ EA
Y62$1,077.63
Y59$976.36
Y56$875.08
Y45$541.63
Y42$496.99
Y13$305.67
Y15$331.18
Y39$473.36
Y47$586.27
Y15$331.18
Y47$586.27
Y47$586.27
Y20$363.84
Y14$305.67
Y17$350.68
Y($0)5$0.00
Y40$479.37
Y40$479.37
Y13$305.67
Y14$305.67
Y41$488.37
Y41$488.37
Y10$305.67
Y6$305.67
Y27$393.09
Y28$407.72
Y0$305.67
$12,453

<colgroup><col width="64" span="3" style="width:48pt"> </colgroup><tbody>
</tbody>

The formula for determining the rate found in J6 can be "IF($A2="Y",HLOOKUP($C$1,'Q318 N rate grids'!$A$1:$GY$77,MATCH($B$2,'Q318 N rate grids'!$A$1:$A$77,0),FALSE),0)"

I want to actually replace this grid and produce the total price of $12,453. I need to keep the other rate grids and require the first 2 columns as they will change regularly. I've been attempting to build this by utilizing sumifs and am open to using VBA as I am an intermediate user of it. Any help is appreciated.
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
I also want to amend "I want to actually replace this grid and produce the total price of $12,453. I need to keep the other rate grids and require the first 2 columns as they will change regularly."

I want to replace all of the third column except for the top and produce the total price of $12,453 at the bottom. I need to keep the other rate grids I am referencing and require the first 2 columns as they will change regularly.

This is my first post, sorry for any confusion.
 
Upvote 0

Forum statistics

Threads
1,215,409
Messages
6,124,730
Members
449,185
Latest member
ekrause77

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