Issues with a formula to match a date and lookup

James2908

New Member
Joined
Jan 27, 2021
Messages
6
Office Version
  1. 365
Platform
  1. Windows
In cell d8 I am trying to create a formula which will look at the data on front sheet in row 4 and then do a lookup in the monthly tab to locate the date and then the forecast for the general line.

Any help would be greatly appreciated!
 

Attachments

  • Document 1.PNG
    Document 1.PNG
    40.9 KB · Views: 16
  • Document 2.PNG
    Document 2.PNG
    56.3 KB · Views: 16

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
I am assuming that C4:R4 is a merged cell, so the data is tied to C4. I also assume that the dates in the Monthly Tab are also merged cells. (Merged cells are almost always a terrible idea.)

The formula for cell D8 is

Excel Formula:
=HLOOKUP($C$4, 'Monthly Tab'!$5:$7, 3, False)

Change Monthly Tab to the actual tab name.

You were very specific about wanting D8. If you want to use the same formula for the subsequent rows it needs to be different.
 
Upvote 0
Solution

Forum statistics

Threads
1,213,544
Messages
6,114,249
Members
448,556
Latest member
peterhess2002

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