Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hey all
I've searched in the group history and haven't found the exact answer for my problem. I have an array of cells, each cell is calculated from the previous one(s) - but not always in the same way (it's not always the same formula) from each cell's VALUE i want to substract 1 and then multiply by 100 I tried the special paste feature, but it's problematic, since it changes the value of the cell, and the next cell's value is changed (here's an example) A1 A2 A3 1.2 1.4 1.2 A1: 1.2 A2: = A1+0.2 A3: = A2-A1+1 Here are the desired results: A1 A2 A3 20 40 20 Now, when applying that special paste, i will get unwanted results: A1: 20 (as expected) A2: 1920 ((20+0.2)-1)*100 A3: 190000 I hope I explained myself clearly. Is this possible? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
checking that cells have a value before the workbook will close | Excel Worksheet Functions | |||
Use functions when cells are merged | Excel Worksheet Functions | |||
Formula to delete blank cells across multiple columns? | Excel Worksheet Functions | |||
How can I have excel search and add multiple cells to find a targe | Excel Discussion (Misc queries) | |||
How do I apply a combo box to multiple cells in Excel so that it . | Excel Discussion (Misc queries) |