if and conditional format

R

RayNDM83

Hi,
Is it possible to create this statement in excel:
if a1 is color "red", then a3=a1, if not then a3=a2.
Thanks,
Ray
 
B

Bill Kuunders

Can you use the condition that makes a1 go red?

for instance you enter in a3 ..........
=if(a1<0,a1,a2)
 
R

RayNDM83

Hi Bill,
No, a user will highlight cell a1 or a2 for me and i need to pick the
hightlighted cell and copy it to a3.
Thank you for taking time on this.
Ray
 

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