Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 244
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
HOW DO I FREEZE DATA THAT CHANGES DAILY. dAILY/MONTHLY BUDGET mike64149 Excel Discussion (Misc queries) 4 September 22nd 08 08:11 PM
Updating Daily with excel spread sheet dot Excel Discussion (Misc queries) 2 August 14th 07 11:44 AM
Linking Daily Worksheet To Daily Invoice Total KJames Excel Worksheet Functions 1 March 18th 07 11:01 AM
updating data daily for a wk/month total redb Excel Discussion (Misc queries) 0 April 5th 05 11:53 AM
When updating a worksheet, how do I create a link updating the sa. Phlashh Excel Worksheet Functions 9 January 27th 05 06:05 PM


All times are GMT +1. The time now is 04:17 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"