Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / March 2006

Tip: Looking for answers? Try searching our database.

Data entry - Copy contents of cell typed in one cell to another ce

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
danie - 15 Mar 2006 21:50 GMT
if i type the number 3 in cell b1, how can I get that value copied into cell
c3?
and then when i type in cell b2, to have that value copied into cell c3
which will overwrite the previous number copied?

Thanks,
SteveG - 15 Mar 2006 22:00 GMT
Try this in C3

=IF(AND(ISBLANK(B1),ISBLANK(B2)),"",IF(ISNUMBER(B2),B2,B1))

This will leave C3 blank if both B1 and B2 are empty.  If either B1 o
B2 is not empty and if B2 is a number then it will return B2 if not i
will return B1.

HTH

Stev
danie - 16 Mar 2006 19:51 GMT
How should I code the syntax for more than two cells, say 7 cells B1 through
B7?

Thanks,

> Try this in C3
>
[quoted text clipped - 7 lines]
>
> Steve
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.