ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Daily Updating (https://www.excelbanter.com/excel-programming/396545-daily-updating.html)

Matt Russell

Daily Updating
 
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,F ALSE),????????))

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?


[email protected]

Daily Updating
 
On 29 Aug, 17:02, Matt Russell wrote:
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,F ALSE),????????))

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?


Not with a formula (unless someone knows different!) but as this is a
programming group, do it with VBA - use the OPEN event of the workbook
(presumably) and test the value of B1 to set the appropriate value or
formula in your cell



All times are GMT +1. The time now is 08:33 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com