legalhustler
Well-known Member
- Joined
- Jun 5, 2014
- Messages
- 1,158
- Office Version
-
- 365
- Platform
-
- Windows
I would like to extract the letter after the first dollar sign in cell A10, then use it as a sheet reference. My formula below is not working correctly, can someone help fix it.
A10 contains:
Cell($D$35)
My Formula [not working properly]:
=Sheet1!&"$"&left(SUBSTITUTE(MID(LEFT(A10,LEN(A10)-1),FIND("(",A10)+1,99),"$",""),1)&"$"&3):$D$10
The above formula should result in:
Sheet1!$D$3:$D$10
A10 contains:
Cell($D$35)
My Formula [not working properly]:
=Sheet1!&"$"&left(SUBSTITUTE(MID(LEFT(A10,LEN(A10)-1),FIND("(",A10)+1,99),"$",""),1)&"$"&3):$D$10
The above formula should result in:
Sheet1!$D$3:$D$10
Last edited: