MARKEGANDERSON
Active Member
- Joined
- Apr 7, 2007
- Messages
- 264
Hello All - I am trying to use the below formula
=IFERROR(T(INDEX(Dollar_Amount1,(MATCH(cmts,DTS_ID,0)))),"") - It returns empty
Whenever I use this one in the same cell
=IFERROR(INDEX(Dollar_Amount1,MATCH(cmts,DTS_ID,0)),"") - it returns 500
What I am trying to do is get rid off the zero if the value is empty.
=IFERROR(T(INDEX(Dollar_Amount1,(MATCH(cmts,DTS_ID,0)))),"") - It returns empty
Whenever I use this one in the same cell
=IFERROR(INDEX(Dollar_Amount1,MATCH(cmts,DTS_ID,0)),"") - it returns 500
What I am trying to do is get rid off the zero if the value is empty.
Last edited: