Hi guys, i have a formula that i need to modify.. im happy with the way it is now however i need to add an if statement so that if the value being returned from the index is blank, then i want it to return "" instead of \0 which is what im currently getting... i would turn off 0's to show blanks however sometimes 0 is an actual result from the index so it needs to be that when theres nothing in the index then return "".

This is the formula:
=IF(WeekendRates>0,IF(P11A="TRUE","\"&ROUND(INDEX(INDIRECT($C5),N$2,2),2),""),"")