help with hlookup formula - tia

JRAMZ88

New Member
Joined
Jun 7, 2017
Messages
28
Office Version
  1. 365
Platform
  1. Windows
Hi everyone - I'm hoping someone can help me with the following formula request.

I'm providing a sample data set that I quickly put together that essentially mirrors what I'm doing at work.

Can someone please help me write a formula that looks at Period 4 and Item C and returns the 550?

It seems like a rather easy request, but I'm stumped after tinkering with it all day… would this be an hlookup?

Thank you again and I appreciate your time!



1680914080280.png
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
MAybe
Excel Formula:
=SUMPRODUCT(--($B$2:$B$6="C"),$E$2:$E$6)
 
Upvote 1
I apologize.... i noticed I cut off the columns and rows... here's a better snip image if it helps.

Again, thank you for the help!

1680915086951.png
 
Upvote 0
Same formula, just change the range references.
 
Upvote 0
Try:
INDEX($E$5:$J$9,MATCH($D7,$D$5:$D$9,0),MATCH(H$4,$E$4:$J$4,0))
 
Upvote 1
Solution
Thank you both! the index formula seemed to work best for me in this scenario.. marked it as solved.

I appreciate the community for helping!
 
Upvote 0

Forum statistics

Threads
1,215,214
Messages
6,123,660
Members
449,114
Latest member
aides

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