B
bsullins
I have a formula that is somewhat large, i copied it into a new book to
reduce the size of the original book. after making sure it is not
linking to the old book it was in, i paste the formula into a new cell
and get a file not found error. here it is....
=SUBSTITUTE(IF($A2="","",(INT(IF(ISERROR(MID(VLOOKUP($A2,FMLA_VAC!$A$2:$V$1588,19,0),3,2)+(RIGHT(VLOOKUP($A2,FMLA_VAC!$A$2:$V$1588,19,0),2)/60)),0,(MID(VLOOKUP($A2,FMLA_VAC!$A$2:$V$1588,19,0),3,2)+(RIGHT(VLOOKUP($A2,FMLA_VAC!$A$2:$V$1588,19,0),2)/60)))+IF(ISERROR(MID(VLOOKUP($A2,UT_VAC!$A$2:$V$1588,19,0),3,2)+(RIGHT(VLOOKUP($A2,UT_VAC!$A$2:$V$1588,19,0),2)/60)),0,(MID(VLOOKUP($A2,UT_VAC!$A$2:$V$1588,19,0),3,2)+(RIGHT(VLOOKUP($A2,UT_VAC!$A$2:$V$1588,19,0),2)/60))))+ROUND(((MOD(IF(ISERROR(MID(VLOOKUP($A2,FMLA_VAC!$A$2:$V$1588,19,0),3,2)+(RIGHT(VLOOKUP($A2,FMLA_VAC!$A$2:$V$1588,19,0),2)/60)),0,(MID(VLOOKUP($A2,FMLA_VAC!$A$2:$V$1588,19,0),3,2)+(RIGHT(VLOOKUP($A2,FMLA_VAC!$A$2:$V$1588,19,0),2)/60)))+IF(ISERROR(MID(VLOOKUP($A2,UT_VAC!$A$2:$V$1588,19,0),3,2)+(RIGHT(VLOOKUP($A2,UT_VAC!$A$2:$V$1588,19,0),2)/60)),0,(MID(VLOOKUP($A2,UT_VAC!$A$2:$V$1588,19,0),3,2)+(RIGHT(VLOOKUP($A2,UT_VAC!$A$2:$V$1588,19,0),2)/60))),1)/100)*60),2))),".",":")
it apparently is looking for a file named UT_VAC.xls
while UT_VAC is a sheet in the book
reduce the size of the original book. after making sure it is not
linking to the old book it was in, i paste the formula into a new cell
and get a file not found error. here it is....
=SUBSTITUTE(IF($A2="","",(INT(IF(ISERROR(MID(VLOOKUP($A2,FMLA_VAC!$A$2:$V$1588,19,0),3,2)+(RIGHT(VLOOKUP($A2,FMLA_VAC!$A$2:$V$1588,19,0),2)/60)),0,(MID(VLOOKUP($A2,FMLA_VAC!$A$2:$V$1588,19,0),3,2)+(RIGHT(VLOOKUP($A2,FMLA_VAC!$A$2:$V$1588,19,0),2)/60)))+IF(ISERROR(MID(VLOOKUP($A2,UT_VAC!$A$2:$V$1588,19,0),3,2)+(RIGHT(VLOOKUP($A2,UT_VAC!$A$2:$V$1588,19,0),2)/60)),0,(MID(VLOOKUP($A2,UT_VAC!$A$2:$V$1588,19,0),3,2)+(RIGHT(VLOOKUP($A2,UT_VAC!$A$2:$V$1588,19,0),2)/60))))+ROUND(((MOD(IF(ISERROR(MID(VLOOKUP($A2,FMLA_VAC!$A$2:$V$1588,19,0),3,2)+(RIGHT(VLOOKUP($A2,FMLA_VAC!$A$2:$V$1588,19,0),2)/60)),0,(MID(VLOOKUP($A2,FMLA_VAC!$A$2:$V$1588,19,0),3,2)+(RIGHT(VLOOKUP($A2,FMLA_VAC!$A$2:$V$1588,19,0),2)/60)))+IF(ISERROR(MID(VLOOKUP($A2,UT_VAC!$A$2:$V$1588,19,0),3,2)+(RIGHT(VLOOKUP($A2,UT_VAC!$A$2:$V$1588,19,0),2)/60)),0,(MID(VLOOKUP($A2,UT_VAC!$A$2:$V$1588,19,0),3,2)+(RIGHT(VLOOKUP($A2,UT_VAC!$A$2:$V$1588,19,0),2)/60))),1)/100)*60),2))),".",":")
it apparently is looking for a file named UT_VAC.xls
while UT_VAC is a sheet in the book