I am auto-updating a daily productivity sheet for employees, and I
need to know how to do the following:
=IF($B$1<1,"",IF($B$1=1,VLOOKUP($A4,$A$3:$B$68,2,FALSE),????????))
I need to know what I can put in the ???????????????? part for the
false statement in order to have the value that is currently stored
in
the cell remain the same, without creating a circular reference. Is
that possible?
Bernard Liengme - 29 Aug 2007 17:46 GMT
Short answer: No
You could do this with a VBA module that detects a change in B1
If interested post your question in the
news:microsoft.public.excel.programming newsgroup
best wishes

Signature
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email
>I am auto-updating a daily productivity sheet for employees, and I
> need to know how to do the following:
[quoted text clipped - 6 lines]
> the cell remain the same, without creating a circular reference. Is
> that possible?