Sean15
Well-known Member
- Joined
- Jun 25, 2005
- Messages
- 719
- Office Version
- 2010
- Platform
- Windows
Hello:
IFERROR(INDEX($E$3:$E$39,MATCH(B50,$B$3:$B$39,0)),"")*-1
This formula above is returning #VALUE ! if value in B50, is not found in range $B$3:$B$39
When I remove *-1, formula is returning "" but I need to have *-1 in formula.
Can someone adjust formula so it returns "" when *-1 is retained in formula.
Thanks for your help.
Regards,
Sean
IFERROR(INDEX($E$3:$E$39,MATCH(B50,$B$3:$B$39,0)),"")*-1
This formula above is returning #VALUE ! if value in B50, is not found in range $B$3:$B$39
When I remove *-1, formula is returning "" but I need to have *-1 in formula.
Can someone adjust formula so it returns "" when *-1 is retained in formula.
Thanks for your help.
Regards,
Sean