REF# Error even with existing data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a formula that reads like this
='AVALANCHE SCHEDULE'!C1

Avalanche Schedule being the name of another sheet in my workbook.
It is a schedule that is very long. As a date passes, I go into the
schedule and delete the top row (row 1). Everything then shifts up. The
next date is now in Row 1, however the data does not populate. I get a REF#
error and I don't understand why, because there is data in Avalanche Schedule
C1

Please help. I have also tried ='Avalanche Schedule'!$C$1

THanks
 
Just a word of warning. Indirect is a volatile function that means that it
recalulate every time the spreadsheet calculates (not just when Cell C1
changes). If you spread sheet is Very Long as you say then you should expect
to take a performance hit for using this formula (may or may not be an
issue)...
 
If you spread sheet is Very Long as you say then you should expect
to take a performance hit for using this formula

I find it hard to believe that using this one tiny formula with Indirect
will cause a performance hit!

Biff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top