I have an getpivotdata formula that works quiet well for multiple items but fails to return data for one item. The main difference between the item that fails to return a result and the others is that it contains an Underscore.
=IFERROR(ROUND(GETPIVOTDATA("Events",Changes!$C$503,"Last changed by",$C115,"Week",H$105),5),"")
Entry that fails is : User_One all the others are User2, User3 etc. I think the _ is causing an issue, I've searched this forum and others and also searched google and cant find anything about _ issues with Getpivotdata formula. Has anyone any ideas on bypassing this problem. As i said the formula works fins for all the other users.
=IFERROR(ROUND(GETPIVOTDATA("Events",Changes!$C$503,"Last changed by",$C115,"Week",H$105),5),"")
Entry that fails is : User_One all the others are User2, User3 etc. I think the _ is causing an issue, I've searched this forum and others and also searched google and cant find anything about _ issues with Getpivotdata formula. Has anyone any ideas on bypassing this problem. As i said the formula works fins for all the other users.