M
Monte75
I am using an OFFSET() combined with a VLOOKUP() function in the formul
below to allow me to pluck budget information from a 12 month budget
The OFFSET() allows me to specify a month (in $B$1) and get the budge
through that month. I am pulling from many different files.
=SUM(OFFSET([asite_162.xls]Bud!$B$12:$M$60,4,0,1,VLOOKUP(LEFT($B$1,3),Sheet2!$B$3:$C$14,2,FALSE)))
My problem is that I get a #VALUE! error when I don't have the othe
workbooks open. I know that this is because the formula is volatile.
Is there a way for me to tell the formula to remember the last dat
instead of defaulting to an error? Is there some other workaround?
am using Excel 200
below to allow me to pluck budget information from a 12 month budget
The OFFSET() allows me to specify a month (in $B$1) and get the budge
through that month. I am pulling from many different files.
=SUM(OFFSET([asite_162.xls]Bud!$B$12:$M$60,4,0,1,VLOOKUP(LEFT($B$1,3),Sheet2!$B$3:$C$14,2,FALSE)))
My problem is that I get a #VALUE! error when I don't have the othe
workbooks open. I know that this is because the formula is volatile.
Is there a way for me to tell the formula to remember the last dat
instead of defaulting to an error? Is there some other workaround?
am using Excel 200