racheljallen
New Member
- Joined
- Aug 7, 2019
- Messages
- 3
I've been trying to add both iserror and isblank to my index match to give me a text value instead of being blank or an error. Here are the two i have so far that i need to try and combine.
=IFERROR(INDEX('DATA'!$A$2:$HF$291,MATCH($B10,'DATA'!$E$2:$E$291,0),MATCH(CONCATENATE($C10,"_",F$1),DATA'!$A$2:$HF$2,0)),"none")
---When the index match formula gives me a correct error message this solves my problem
--and when the data value is referencing a blank cell this formula works great:
=IF(INDEX('DATA'!$A$2:$HF$291,MATCH($B11,'DATA'!$E$2:$E$291,0),MATCH(CONCATENATE($C11,"_",F$1),'DATA'!$A$2:$HF$2,0)),ISBLANK,"no info listed")
however. i need a formula that can combine both iferror and isblank with the same text results in one formula. been working on it for 2 days and im stuck .
=IFERROR(INDEX('DATA'!$A$2:$HF$291,MATCH($B10,'DATA'!$E$2:$E$291,0),MATCH(CONCATENATE($C10,"_",F$1),DATA'!$A$2:$HF$2,0)),"none")
---When the index match formula gives me a correct error message this solves my problem
--and when the data value is referencing a blank cell this formula works great:
=IF(INDEX('DATA'!$A$2:$HF$291,MATCH($B11,'DATA'!$E$2:$E$291,0),MATCH(CONCATENATE($C11,"_",F$1),'DATA'!$A$2:$HF$2,0)),ISBLANK,"no info listed")
however. i need a formula that can combine both iferror and isblank with the same text results in one formula. been working on it for 2 days and im stuck .