J
julwalsh
Hi
I have a very simple spreadsheet that works the total area of a piece
of glass. Similar to this
Width Height Area
Where Area = Width*Height
I want to make it so that the Area cell will display a minimum value if
a certain value is too low. For instance .478*.456 is actually equal
to 0.217, but I want to make the minimum area 0.30. this makes it that
any value that is returned in the Area cell must be a minimum of 0.30.
Anything over 0.30 is OK. I would assume that a command similar to
this would suffice
If C3 < 0.30 then Let C3 =.30
But, where do I type this?
Can anyone help?.
I have a very simple spreadsheet that works the total area of a piece
of glass. Similar to this
Width Height Area
Where Area = Width*Height
I want to make it so that the Area cell will display a minimum value if
a certain value is too low. For instance .478*.456 is actually equal
to 0.217, but I want to make the minimum area 0.30. this makes it that
any value that is returned in the Area cell must be a minimum of 0.30.
Anything over 0.30 is OK. I would assume that a command similar to
this would suffice
If C3 < 0.30 then Let C3 =.30
But, where do I type this?
Can anyone help?.