Need to extract lookup value from Column with Value

jim may

Well-known Member
Joined
Jul 4, 2004
Messages
7,486
I need to create a Sumproduct() formula in Col G and part of it needs to reference the related Row 1 text where there is a value in Col B to Col F
on rows 2-5. Not sure right off as tho how to do this; Perhaps use of Match
Any help appreciated.

Jim
Excel Workbook
ABCDEFG
1TVNewspaperPublications/MagazinesRadioConsumer direct mailBillboards/ SignageNew Formula Here
280,796#VALUE!
311,995#VALUE!
417,951#VALUE!
5800#VALUE!
Sheet1
Excel 2007
Cell Formulas
RangeFormula
G2=--(ReportSource!$I$340:$I$7986="TV")
G3=--(ReportSource!$I$340:$I$7986="Newspaper")
G4=--(ReportSource!$I$340:$I$7986="Publications/Magazines")
G5=--(ReportSource!$I$340:$I$7986="Billboards/Signage")
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Hello Jim

Something like this?
Code:
=--(ReportSource!$I$340:$I$7986=LOOKUP(9^99,A2:F2,A$1:F$1))
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,603
Messages
6,179,849
Members
452,948
Latest member
UsmanAli786

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