View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
D. D. is offline
external usenet poster
 
Posts: 53
Default What function to copy text to another cell?

On Oct 3, 4:10 am, dim wrote:
I want to say in one instance:

I type 'GREEN' in cell A1, and in cell B1 I want a function to = whatever I
type in A1, so when I press the enter key in A1, B1 also shows the word
"GREEN" ?

The second one is more complicated!

I want to say:

If cell A1 0 , then show the text contained in cell B1 in cell C1. What
function do I type into C1 ?

Please Help!


1st question
=A1

2nd
=if(a10,b1,a1)