Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear Friends,
I'm using a formula in excel and want to convert the formula into values, so that it won't change further. Let me explain it. The thing is that, I want to enter the current date if the user enters "Yes" into it previous column. i.e., Example: A B - G H ... 1 2 3... The Column H will be Locked by me, so the user can't even select that cell. There I've a formulae as below. =IF(G2="Yes",TODAY(),"") Column G will be having 2 set of values which can be entered by the user by means of List control. The values are "Yes" & "No". If the user selects "Yes" in Column G, then the Current Date will be entered automatically with the above formulae in the respective row's Column H. My question is, if there user selects as in example above second row G-Column as Yes, then 2nd row Column H will be entered automatically as today's date "19-May-06". If he opens the file tomorrow, then 2nd row Column-H value will be changed as "20-May-06". This should not happen. Once the date has been entered, then it should FREEZE with the entered date and should not change further onwards. Kindly resolve my problem. Thanks in Advance... Sriram Subramaniyan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
assigning values to one cell which will change the formula in anot | Excel Worksheet Functions | |||
to find change and paste existing values/rows in excel with help of form | Excel Discussion (Misc queries) | |||
how to change values to formula in VBA to carry out goal seek? | Excel Programming | |||
WHEN EDITING VALUES IN A FORMULA, IT DOESN'T CHANGE TOTALS | Excel Worksheet Functions | |||
change existing values | Excel Programming |