Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
FormulaChallenged
 
Posts: n/a
Default fill cells with a value from two previous cells

Hi,

I try to copy the letter value from column A and B to column C in the
example below with a formula:

A B C
1A A
2 I I
3...

Thanks,
FormulaChallenged


  #2   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default fill cells with a value from two previous cells

Maybe this in Cell C1 and copy down........

=A1&B1

Vaya con Dios,
Chuck, CABGx3



"FormulaChallenged" wrote:

Hi,

I try to copy the letter value from column A and B to column C in the
example below with a formula:

A B C
1A A
2 I I
3...

Thanks,
FormulaChallenged


  #3   Report Post  
Posted to microsoft.public.excel.misc
SVC
 
Posts: n/a
Default fill cells with a value from two previous cells

Assuming that there is a value in only column A or column B, try
=IF(A1="",B1,A1)--which means if cell A1 is blank, enter the value in cell
B1, otherwise enter the value in A1.

"FormulaChallenged" wrote:

Hi,

I try to copy the letter value from column A and B to column C in the
example below with a formula:

A B C
1A A
2 I I
3...

Thanks,
FormulaChallenged


  #4   Report Post  
Posted to microsoft.public.excel.misc
FormulaChallenged
 
Posts: n/a
Default fill cells with a value from two previous cells

Thanks. It works well.

"CLR" wrote:

Maybe this in Cell C1 and copy down........

=A1&B1

Vaya con Dios,
Chuck, CABGx3



"FormulaChallenged" wrote:

Hi,

I try to copy the letter value from column A and B to column C in the
example below with a formula:

A B C
1A A
2 I I
3...

Thanks,
FormulaChallenged


  #5   Report Post  
Posted to microsoft.public.excel.misc
FormulaChallenged
 
Posts: n/a
Default fill cells with a value from two previous cells

Thanks, it works well.

"SVC" wrote:

Assuming that there is a value in only column A or column B, try
=IF(A1="",B1,A1)--which means if cell A1 is blank, enter the value in cell
B1, otherwise enter the value in A1.

"FormulaChallenged" wrote:

Hi,

I try to copy the letter value from column A and B to column C in the
example below with a formula:

A B C
1A A
2 I I
3...

Thanks,
FormulaChallenged


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
color fill cells based on IF function or formula Victor Jones Excel Worksheet Functions 1 November 23rd 05 03:17 PM
blank cells with auto fill in excel derecl Excel Worksheet Functions 2 November 2nd 05 09:11 AM
FILL DATES IN VARIOUS CELLS BASED ON A DATE ENTERED IN A SINGLE C. dencrowell Excel Discussion (Misc queries) 1 April 14th 05 04:11 AM
How would I fill blank cells with the data from a previous cell? Clive Darling Excel Discussion (Misc queries) 3 January 6th 05 01:10 AM
Identifying the Active Fill Color Steve Conary Excel Discussion (Misc queries) 3 December 9th 04 04:45 AM


All times are GMT +1. The time now is 12:22 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"