View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
robzrob robzrob is offline
external usenet poster
 
Posts: 159
Default Change "FALSE" to "NO DATA"

On Dec 22, 7:20*pm, AAA1986 wrote:
Right now I have the following function in a cell column:

=IF(P18="PMR",E$26)

But when the referenced cell does not equal "PMR" it turns up as "FALSE".
Can I change this so it turns up as "NO DATA"?

Thanks in advance.


=IF(P18="PMR",E$26,"NO DATA")