Look up formula help

STEVENS3010

Board Regular
Joined
Feb 4, 2020
Messages
89
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Hi all,

I'm trying to determine which formula would be best to use to carry out the following task. Any support that could be offered would be greatly appreciated.

I have a username in cell A1 on sheet 1, and I am trying to create a formula, to look up the value in cell 'A1' in a range of data on sheet 2, specifically in column E. In each row in column E there could be more than one username in each cell, so I need a partial match formula, but then I also need the formula to use the matched username to then count another value in column I.

So for example, I need to look up 'username 1' in column E on sheet 2, and then count how many times the value 'red' appears in column I. Is this possible?

Thanks
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
how about
=COUNTIFS(F2:F4,"*"&"user2"&"*",G2:G4,"red")
but change the sheet - i simplified

Book15
ABCDEFG
11
2user1,user2,user3
3user1,user2,user4red
4user1,user2,user5
Sheet1
Cell Formulas
RangeFormula
A1A1=COUNTIFS(F2:F4,"*"&"user2"&"*",G2:G4,"red")
 
Upvote 0

Forum statistics

Threads
1,215,491
Messages
6,125,107
Members
449,205
Latest member
ralemanygarcia

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