I have a table in my text document. Cell B2 contains the formula =dollarsPerHour*totalHours. The result is calculated and displayed correctly. Cell B3 contains plain text $48.70.
If cell B4 contains the formula =100+<B3>, it correctly displays $147.70. However if cell B4 contains the formula =<B2>+<B3>, it displays an error: ** Expression is faulty **.
Is It not possible for a formula to refer to a cell which contains another formula?