justme1122
New Member
- Joined
- Mar 6, 2011
- Messages
- 47
Hi
So I just added iserror to my formluar and its crazzy big. will be used in 10000+ cells
I also noticed that if I forget to press ctrl+shift+enter I still get a value of 0 when i only really want a 0 if there is no data to get.
Any ideas on how make is smaller?
So I just added iserror to my formluar and its crazzy big. will be used in 10000+ cells
I also noticed that if I forget to press ctrl+shift+enter I still get a value of 0 when i only really want a 0 if there is no data to get.
Any ideas on how make is smaller?
Code:
{=IF(ISERROR(INDEX(INDIRECT(F$1&"!$H:$H"),MATCH(1,(Data!$A2=INDIRECT(F$1&"!$B:$B"))*(Data!$B2=INDIRECT(F$1&"!$A:$A")),0))),0,INDEX(INDIRECT(F$1&"!$H:$H"),MATCH(1,(Data!$A2=INDIRECT(F$1&"!$B:$B"))*(Data!$B2=INDIRECT(F$1&"!$A:$A")),0)))}