Try using the formula "iserror" along with the If formula.
here is a sample...

=if(iserror(your formula),"a",your formula)

where, "a" = the value you want instead of the NA.
What it will do is, check if the formula is resulting in value or
returning error, if error comes, it will give the defined out put, and
if the value come without error, the value would be displayed.

I hope i have given sufficient description.

Bye for now,
Prashant.

On Aug 19, 12:15 am, Beckie <rebecca.math...@kraft.com> wrote:
> I am trying to create a formula:
> For a given range which most values are "NA", I want the cell to
> return the value of the cell that is above the first cell that
> contains value <0 (not NA).

-- 
----------------------------------------------------------------------------------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com

<><><><><><><><><><><><><><><><><><><><><><>
HELP US GROW !!

We reach over 7000 subscribers worldwide and receive many nice notes about the 
learning and support from the group.Let friends and co-workers know they can 
subscribe to group at http://groups.google.com/group/excel-macros/subscribe

Reply via email to