I am developing a report for one of our projects to show agent out of adherence time. I am developing this in excel 2007. The project I am developing it for uses excel 2003. Everything is fine, except when they sort the MTD tab by manager. All the data becomes error messages. Here are the formulas I am using:
=IFERROR(VLOOKUP(A2,'1'!$A$2:$R$203,17,FALSE),"") - This formula is being used to look up the agent's out of adherence time in the form of seconds for the month on a day - by - day basis and totaled at the end of the row.
=IFERROR(TEXT(C2/86400,CHOOSE(MATCH(C2,{0,60,3600},1),":ss","m:ss","[h]:mm:ss")),"") - this formula is being used to convert the seconds to hour:minute:seconds time format
When I check the formulas in excel 2003, it changes each formula by adding _xlfs. before each one so the formulas look like this:
=_xlfs. IFERROR(VLOOKUP(A2,'1'!$A$2:$R$203,17,FALSE),"") and
=_xlfs. IFERROR(TEXT(C2/86400,CHOOSE(MATCH(C2,{0,60,3600},1),":ss","m:ss","[h]:mm:ss")),"")
What can I do to prevent this?
Thanks for the help.
Janine
=IFERROR(VLOOKUP(A2,'1'!$A$2:$R$203,17,FALSE),"") - This formula is being used to look up the agent's out of adherence time in the form of seconds for the month on a day - by - day basis and totaled at the end of the row.
=IFERROR(TEXT(C2/86400,CHOOSE(MATCH(C2,{0,60,3600},1),":ss","m:ss","[h]:mm:ss")),"") - this formula is being used to convert the seconds to hour:minute:seconds time format
When I check the formulas in excel 2003, it changes each formula by adding _xlfs. before each one so the formulas look like this:
=_xlfs. IFERROR(VLOOKUP(A2,'1'!$A$2:$R$203,17,FALSE),"") and
=_xlfs. IFERROR(TEXT(C2/86400,CHOOSE(MATCH(C2,{0,60,3600},1),":ss","m:ss","[h]:mm:ss")),"")
What can I do to prevent this?
Thanks for the help.
Janine