<SNIP<<

On 12/4/2011 1:18 PM, Johnny Rosenberg wrote:
2011/12/3 Jay Lozier<jsloz...@gmail.com>:
On 12/03/2011 12:50 PM, Johnny Rosenberg wrote:
If you enter a number in A1, A3 displays that number+27. If you don't,
A3 displays an error message: ”#VALUE!” (I guess; I didn't test this
particular example…). I want it to display 27.



Thanks anyway for trying to help. :)


Kind regards

Johnny Rosenberg
ジョニー・ローゼンバーグ

You could use this kind of formula structure:
"  =IF(ISNUMBER(A1),A1+27,"")  " (without the quotes).
This should do what you want.

Joe Conner, Poulsbo, WA USA

--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to