| View previous topic :: View next topic |
| Author |
Message |
fivefootnine Power User

Joined: 09 Apr 2012 Posts: 60
|
Posted: Sat May 05, 2012 11:57 pm Post subject: Copypaste B1 into C1 IF A1 is number? |
|
|
Hi Whats the formula when I want to copy B1Into C1 If A1 contains a number?
Thanks in advance and have a great day |
|
| Back to top |
|
 |
ken johnson Super User

Joined: 23 Apr 2009 Posts: 1851 Location: Sydney, Australia
|
Posted: Sun May 06, 2012 12:38 am Post subject: |
|
|
In C1...
| Code: | | =IF(ISNUMBER(A1);B1;"") |
Ken Johnson _________________ If your problem has been solved please add "[Solved]" to the beginning of your first post title (edit button). |
|
| Back to top |
|
 |
|