Set a cell from within a function
I am writing a function to calculate the area of a triangle given the lengths
of the sides. If the inputs are invalid (one side too big), I want the
function to set CELL(3,3) to one. Setting CELL(3,3)=1 in the function
doesnt work. How can I accomplish this?
--
Gary's Student
|