Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi all,
I`m having a problem on excel and I would like to know if it`s possible to be done without programming in VB: Let's say i have the following: A B C 1 100 100 1100 The formula should be on C1, and it should evaluate to: Everytime cells A1 and B1 have the same value, C1 = A1 + 1000 If B1 for example change to 200, C1 shoulb stay 1100, until A1 changes to 200 also, when C1 should change to 1200. i'll try to do some simulation to make it clear: A B C 1 100 100 1100 A B C 1 200 100 1100 A B C 1 300 100 1100 A B C 1 300 300 1300 A B C 1 300 500 1500 Or, in other words, C1 should be equal to 1000 + the value of A1 or B1 on the last time they were equal. Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CELL Function: cell reference by formula | Excel Worksheet Functions | |||
numerical integration | Excel Discussion (Misc queries) | |||
Reading Cell Function??? | Excel Worksheet Functions | |||
Copy cell format to cell on another worksht and update automatical | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |