Hello,
I am working on a spreadsheet that allocates costs based on information pulled from a pivot table.
The spreadsheet matches the userID and product symbol from the target worksheet with the related cost found in the pivot table.
The formula I have in place is: =INDEX('JAN08-PT'!$B$5:$AO$103,MATCH($A15,'JAN08-PT'!$A$5:$A$102,),MATCH(G$4,'JAN08-PT'!$B$4:$AN$4,))
The formula works but there are instances where a user does not have any activity from one month to the next. When that happens, I get a #REF result in the target cell.
I'd like to add in the argument IF(ISREF) change the result to a "0" or nothing at all but I come up with a too many arguments error.
Any idea how I can get around this?
Thanks in advance for any input you may have!
MD
I am working on a spreadsheet that allocates costs based on information pulled from a pivot table.
The spreadsheet matches the userID and product symbol from the target worksheet with the related cost found in the pivot table.
The formula I have in place is: =INDEX('JAN08-PT'!$B$5:$AO$103,MATCH($A15,'JAN08-PT'!$A$5:$A$102,),MATCH(G$4,'JAN08-PT'!$B$4:$AN$4,))
The formula works but there are instances where a user does not have any activity from one month to the next. When that happens, I get a #REF result in the target cell.
I'd like to add in the argument IF(ISREF) change the result to a "0" or nothing at all but I come up with a too many arguments error.
Any idea how I can get around this?
Thanks in advance for any input you may have!
MD