Prev: calculate percent between 10.0 and 12.0 for data in multiple s
Next: colour cells, same numbers different worksheets
From: gdkons on 23 Jan 2010 05:42 a cell contain formula, I want to extract value of that cell with if( ) function without creating circular reference
From: trip_to_tokyo on 23 Jan 2010 06:01
In cell A 1 I have put the number 1 In cell B 1 I have put the number 1 In cell C 1 I have put the following formula:- =(A1+B1) This shows the result of 2 in cell C 1. In cell D 1 I have put the following:- =C1 This puts the result on the formula in cell C 1 into cell D 1. I think that the above will give you what you want. Please hit Yes if my comments have helped. Thanks. "gdkons" wrote: > a cell contain formula, I want to extract value of that cell with if( ) > function without creating circular reference |