sujittalukde
Well-known Member
- Joined
- Jun 2, 2007
- Messages
- 520
Currently I am using the following formula:
=INDEX(Q1ALLData,MATCH(Sht16.EmployeeName,Q1EMPDATA,0),8)
If no Match is found #N/A is coming
I want to put an error handler ISERROR formula. Like this:
=IF(ISERROR(INDEX(Q1ALLData,MATCH(Sht16.EmployeeName,Q1EMPDATA,0),8)),0,INDEX(Q1ALLData,MATCH(Sht16.EmployeeName,Q1EMPDATA,0),8))
I want to reduce the length of formula without repeating the main formula.
Is there any shortcit formula available so that if match is not found, result should be 0 and if found, the actual result should come.
Regards
=INDEX(Q1ALLData,MATCH(Sht16.EmployeeName,Q1EMPDATA,0),8)
If no Match is found #N/A is coming
I want to put an error handler ISERROR formula. Like this:
=IF(ISERROR(INDEX(Q1ALLData,MATCH(Sht16.EmployeeName,Q1EMPDATA,0),8)),0,INDEX(Q1ALLData,MATCH(Sht16.EmployeeName,Q1EMPDATA,0),8))
I want to reduce the length of formula without repeating the main formula.
Is there any shortcit formula available so that if match is not found, result should be 0 and if found, the actual result should come.
Regards