Need some help

jeff7188

New Member
Joined
Nov 22, 2021
Messages
8
Office Version
  1. 2021
Platform
  1. Windows
1669123128605.png

i been trying to type in the persons name on another page and have it pull up any codes in the cell with the dates and the points at the end. Is this possible? I have tried everything and can't get it to work. I would appreciate any help.
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
@jeff7188 I think your Excel may support TEXTJOIN function?
If so, might this help?
Book7
ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAF
1Jan1-Jan2-Jan3-Jan4-Jan5-Jan6-Jan7-Jan8-Jan9-Jan10-Jan11-Jan12-Jan13-Jan14-Jan15-Jan30-JanPoints
2Dominique0
3MikhailI0.5
4ShannonNoNSImcp4
5Amanda0
6
Data Sheet


Book7
AB
1NameShannon
2CodesNoNS, I, mcp
3Points4
Other Sheet
Cell Formulas
RangeFormula
B2B2=TEXTJOIN(", ",TRUE,INDEX('Data Sheet'!B1:AE5,MATCH(B1,'Data Sheet'!A1:A5,0),))
B3B3=INDEX('Data Sheet'!AF1:AF5,MATCH(B1,'Data Sheet'!A1:A5,0),)
 
Upvote 0
Book7
AB
1NameShannon
2CodesNoNS 05-Jan, I 08-Jan, mcp 11-Jan
3Points4
Other Sheet
Cell Formulas
RangeFormula
B2B2=TEXTJOIN(", ",TRUE,IF(NOT(ISERROR(1*INDEX('Data Sheet'!B1:AE5,MATCH(B1,'Data Sheet'!A1:A5,0),)&'Data Sheet'!B$1:AE$1)),"",INDEX('Data Sheet'!B1:AE5,MATCH(B1,'Data Sheet'!A1:A5,0),)&" "&TEXT('Data Sheet'!B1:AE1,"dd-MMM")))
B3B3=INDEX('Data Sheet'!AF1:AF5,MATCH(B1,'Data Sheet'!A1:A5,0),)
 
Upvote 0

Forum statistics

Threads
1,216,750
Messages
6,132,502
Members
449,730
Latest member
SeanHT

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