Array Formula needs making multi-find

Yongle

Well-known Member
Joined
Mar 11, 2015
Messages
6,977
Office Version
  1. 365
Platform
  1. Windows
Due to a rather woolly first post on this thread ....
my "solution" array formula assumes that there was only one 5229 to be found in the range (C3:I8)

=INDEX(Sheet1!A3:A8,MATCH(1,(Sheet1!C3:C8=5229)*1+(Sheet1!D3:D8=5229)*1+(Sheet1!E3:E8=5229)*1+(Sheet1!F3:F8=5229)*1+(Sheet1!G3:G8=5229)*1+(Sheet1!H3:H8=5229)*1+(Sheet1!I3:I8=5229)*1,0))

Unfortunately that is not what the OP meant and I cannot modify my formula successfully :confused:
OP wants
- to find multiple instances of 5229 within range C3:I8 on sheet1
- get the value from column A in same same row
- put the values in column B of sheet4 starting at B2

Hopefully somone can help the OP
thanks
 
Last edited:

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
A B C D
1 Jim 23 23 24
2 Kay 23 23 23
3 Pat 19 19 19
4 Ken 17 19 17

Id like to enter a number in array of B1:D17 as indicated "23"
When 23 is entered Id like the name "Jim" to be pasted to another sheet in a text box would be ideal so that I could move it around.
If any other 23's are in array B1:D17 then I'd like them to be in same text box.
column's A-D are calendar dates. Id like the "text box" to only be looking at current day of the week.

If you guys can pull this off, You're amazing!
 
Upvote 0
OP has amended requirements
- there was no previous mention of a "text box" or "days of the week"

To avoid confusion I suggest that no further posts are entered on this thread and that all replies are posted in the original thread
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,110
Messages
6,128,896
Members
449,477
Latest member
panjongshing

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