Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Combining If and Concatonate

I'm really new at doing functions but want something that says If A1 = A2,
then Concatonate C1 + C2. How do I set it up for this? I have a lawyer
wanting a new tab of his own and I don't want to retype or copy info that
others can find by looking at multiple lines. Thanks in advance for help!
Lisa
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 26
Default Combining If and Concatonate

Hi
Try This

=IF(A4=B4,CONCATENATE(C4&D4))

These will also work the same

=IF(A4=B4,(C4&D4))


=IF(A4=B4,(C4&D4),"")

Regards
Rajesh Mehmi



"Lisa W" wrote in message
...
I'm really new at doing functions but want something that says If A1 = A2,
then Concatonate C1 + C2. How do I set it up for this? I have a lawyer
wanting a new tab of his own and I don't want to retype or copy info that
others can find by looking at multiple lines. Thanks in advance for help!
Lisa



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default Combining If and Concatonate

Hi,

Here is a short one

=IF(A1=A2,C1&C2,"")

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Lisa W" wrote:

I'm really new at doing functions but want something that says If A1 = A2,
then Concatonate C1 + C2. How do I set it up for this? I have a lawyer
wanting a new tab of his own and I don't want to retype or copy info that
others can find by looking at multiple lines. Thanks in advance for help!
Lisa

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Another Qtn: Combining If and Concatonate

Now I realize that if A4 =A3 but A4 does not = A5, I want C4&C5. I have a
list by name and for every time that the names match, I want the cell to
include all parcel IDs for each name separated by a ";". When the names
don't match, I want it to only include the parcel ID for that name. Since
there could be an unknown number of name matches, I'm not sure that I should
be using If A4=A3 now.

Perhaps I should be using another kind of formula? Thanks, Lisa


"Rajesh Mehmi" wrote:

Hi
Try This

=IF(A4=B4,CONCATENATE(C4&D4))

These will also work the same

=IF(A4=B4,(C4&D4))


=IF(A4=B4,(C4&D4),"")

Regards
Rajesh Mehmi



"Lisa W" wrote in message
...
I'm really new at doing functions but want something that says If A1 = A2,
then Concatonate C1 + C2. How do I set it up for this? I have a lawyer
wanting a new tab of his own and I don't want to retype or copy info that
others can find by looking at multiple lines. Thanks in advance for help!
Lisa




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
Format number using CONCATONATE ChasDavisIII Excel Worksheet Functions 5 March 23rd 09 03:39 AM
Concatonate - formula too long Foo2U Excel Discussion (Misc queries) 7 February 23rd 07 05:36 PM
Concatonate - can it be undone rita Excel Worksheet Functions 3 December 8th 06 01:09 AM
concatonate pcor Excel Discussion (Misc queries) 4 March 1st 06 10:32 PM
Concatonate pcor Excel Discussion (Misc queries) 1 March 1st 06 10:15 PM


All times are GMT +1. The time now is 06:32 PM.

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

About Us

"It's about Microsoft Excel"