Show "2" only if....

P

Pat

I want the number "2" to appear before the result of V898.

="2"& " " &V898& " " &W898& " " &X898

If V898 does not contain data then return nothing.

Anyone able to help with this?
Much appreciate if you can.
Pat
 
B

Bob Phillips

=IF(V898="","","2"&" " &V898& " " &W898& " " &X898)


--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Top