View Single Post
  #7   Report Post  
CLR
 
Posts: n/a
Default

After putting the formula in B1, highlight B1 and you will see a little
black square in the lower right corner of the cell........just double-click
on that square and the formula will automatically copy itself down column B
as far as you have data in column A..........

Vaya con Dios,
Chuck, CABGx3


"thanks" wrote in message
...
I need to change all the column at the same time, not cell by cell.

Thank you!

"Bob Phillips" wrote:

=IF(A1=7,"YES","NO")

--

HTH

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


"thanks" wrote in message
...
Hello,

If a have a colum with numbers and want to convert the numbers =7 to

"YES"
and the numbers <7 to "NO", what formula should I use?

Example
A
9
10
2
With the formula I must see:
A
YES
YES
NO

Thank you!