Automatic changing of cell data

R

Rogueuk

Is what I am trying to do possible.
I have a column of data that is just showing either TRUE or FALSE

Using =IF(E2=TRUE,"Yes","No")
I can change another column to show yes or no.

What I need to do is automatically select all in Column E except th
first row then apply the formula. Once complete replace the values int
the original cells in Column E.

I tried Range("E65536").End(xlUp).Offset(1, 0).Select in my macro bu
it didn't seem to do what I wanted

Is this all possible
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top