Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The problem must be solved without using VB and the excel version is 2003 !
The problem is I have an everyday sheet to keep track of some part#s and another that need to take the data from that day and place them under that day in a sheet that keeps track of data for a week at a time. I got a field on the latter that updates the day using date functions and from which I derive the actual day. i need to do something like: IF(THISDAY="TUESDAY";a2=[dailysheet]!a2; ....else keep the data alreayd in a2) where the problem is the latter part since writing ;) or ;"") clears the field and ;a2=a2) gives circular ref. error. also if the current day is friday all the previous 'day'-fields must contain their values until I set a field on a formula sheet to 'ClearAll', like IF([formulas]g10="ClearAll";"";IF(THISDAY.........)) Latter construction works fine and, but I still need a way to retain cells with their values if they are not updated. Any ideas?....without using VB! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
F9 problems when updating fields... | Excel Discussion (Misc queries) | |||
Update links not updating correctly | Excel Discussion (Misc queries) | |||
how can I convert data with fields in rows to fields as columns | Excel Discussion (Misc queries) | |||
Why don't fields update automatically when new numbers are input?. | Excel Discussion (Misc queries) | |||
Update fields with blanks | Excel Discussion (Misc queries) |