Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How to get value a field based on of two other columns?
Case: If the first value in the first column is 23 and the corresponding value in the next column is AA, I need the corresponding value in the third column to be 23AA, how to get this result? Thank you |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Apr 8, 4:18*pm, jamal ZETAWI
wrote: How to get value a field based on of two other columns? Case: If the first value in the first column is 23 and the corresponding value in the next column is AA, I need the corresponding value in the third column to be 23AA, how to get this result? Thank you using A1 and B1 ... this formula woks: =(A1&B1) note the sign is an ampersand, not a "+" ... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calculate a field based on value of another field | Excel Discussion (Misc queries) | |||
calculated field based on data field | Excel Discussion (Misc queries) | |||
New date based on one date field minus minutes in another field | Excel Discussion (Misc queries) | |||
Using IF based on an LEN field | Excel Worksheet Functions | |||
Sum based on value in another field | Excel Worksheet Functions |