Hi,
I have the following formula in cell G11
I would also like to add to that, in english, if the answer to G10-1255555 is 0 or less, then write NA.![]()
=IF(G10<>"",G10-1255555,"")
does anyone know how to do this please?
Thank you
Hi,
I have the following formula in cell G11
I would also like to add to that, in english, if the answer to G10-1255555 is 0 or less, then write NA.![]()
=IF(G10<>"",G10-1255555,"")
does anyone know how to do this please?
Thank you
Last edited by DonkeyOte; 01-12-2011 at 11:53 AM.
Here, try:
=IF(G10="","", IF(G10>1255555,G10-1255555, NA()))
Never use Merged Cells in Excel
=IF(G10<>"",IF(G10-1255555<=0,"NA",G10-1255555),"")
Is that what you are looking for?
ChemistB
My 2?
substitute commas with semi-colons if your region settings requires
Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)
Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble
Thanks a lot mate.
Works perfectly
Wrong post
Last edited by floricita; 01-12-2011 at 11:47 AM. Reason: mistake
It's a NA() function.. You can get it in some cell as =NA()
If you want text use ChemistB solution and write "NA" instead of NA()
@floricita - please use appropriate thread titles per Forum Rules.
Given no. of responses already received on this thread I've modified the thread title for you. Going forward given your post count / board experience threads will be locked
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks