Look Up formula on another Workbook - using cell value in formula

WednesdayC

Board Regular
Joined
Nov 7, 2010
Messages
201
Office Version
  1. 2016
Platform
  1. MacOS
Hi All

Can anyone help me please.


I have the following formula, which looks up to another workbook.

[
HTML:
=SUMIF([Business_Analysis_January]NEW_INDIV!$A:$A,B2,[Business_Analysis_January]NEW_INDIV!$I:$I)

I am trying to replace B2 with the leftmost 5 characters of string B2, including before and after wildcards (needs to be relative formula) eg B2 contains Opportunity and I would like to look up *Oppor*,

and also January with the value in C2 (January) again needs to be copied down to other months.

Thank you, in advance for your assistance.

Regards

Wednesday
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
try replacing B2 with "*"&Left(B2,5)&"*"

To change the workbook name try replacing [Business_Analysis_January]NEW_INDIV!$A:$A with INDIRECT("[Business_Analysis_"&C2&"]NEW_INDIV!$A:$A")
 
Upvote 0

Forum statistics

Threads
1,214,646
Messages
6,120,715
Members
448,985
Latest member
chocbudda

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