View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
srosetti srosetti is offline
external usenet poster
 
Posts: 33
Default simple question regarding pasting

I got to thinking after your suggestion and decided to make a true
entry of just displaying the data. Here is the new formula and works
great.

=IF(ISBLANK(BN2),BA2,BA2 & "," & BN2)

Maybe someone is doing something similar someday and could use this
formula.