OvernightCellebrity
New Member
- Joined
- Jan 16, 2024
- Messages
- 16
- Office Version
- 365
- Platform
- Windows
I would like to dynamically change the red higlighted reference, based on the value in cell A1 of my sheet which is currently 45. The goal is to avoid having to amend the reference evrytime new data ro rows are added.
=IFERROR(INDEX('Allocations - Pipeline'!$D$60:$Z$1000,MATCH($C33,'Allocations - Pipeline'!$D$60:$D$1000,0),MATCH(D$2,'Allocations - Pipeline'!$D$67:$AV$67,0)),"No Allocations")
=IFERROR(INDEX('Allocations - Pipeline'!$D$60:$Z$1000,MATCH($C33,'Allocations - Pipeline'!$D$60:$D$1000,0),MATCH(D$2,'Allocations - Pipeline'!$D$67:$AV$67,0)),"No Allocations")