Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 95
Default How to insert a space between display results

I am using this "IF" statement and I want the "IF True" to return data from 2
different cells. This is working however there is no space between the data
so "Customer_List!A121 & Customer_List!P121" shows up as Acme10000 and I want
it to display as Acme 10000.


=IF(Customer_List!N12150,Customer_List!A121 & Customer_List!P121,"")

Any help would be appreciated

--
Neall
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default How to insert a space between display results

Concatenate a space:-

=IF(Customer_List!N12150,Customer_List!A121 & " " & GCustomer_List!P121,"")

Mike

"Neall" wrote:

I am using this "IF" statement and I want the "IF True" to return data from 2
different cells. This is working however there is no space between the data
so "Customer_List!A121 & Customer_List!P121" shows up as Acme10000 and I want
it to display as Acme 10000.


=IF(Customer_List!N12150,Customer_List!A121 & Customer_List!P121,"")

Any help would be appreciated

--
Neall

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default How to insert a space between display results

=IF(Customer_List!N12150,Customer_List!A121 & " " & Customer_List!P121,"")


Gord Dibben MS Excel MVP

On Thu, 5 Jul 2007 07:28:01 -0700, Neall
wrote:

I am using this "IF" statement and I want the "IF True" to return data from 2
different cells. This is working however there is no space between the data
so "Customer_List!A121 & Customer_List!P121" shows up as Acme10000 and I want
it to display as Acme 10000.


=IF(Customer_List!N12150,Customer_List!A121 & Customer_List!P121,"")

Any help would be appreciated


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
How do I display white space characters in excel? Mac Excel Discussion (Misc queries) 1 March 7th 07 08:44 PM
Insert Space sabegirl Excel Discussion (Misc queries) 2 May 28th 06 04:44 AM
add space between the results of a formula and text rog Excel Discussion (Misc queries) 2 January 16th 06 03:33 PM
How do I insert space between 2 consecutive columns of an XL Shee. Shamshad Butt Excel Discussion (Misc queries) 4 October 20th 05 12:28 PM
insert a space in a phone #. change (123)456-7890 to (123) 456-78 leo Excel Worksheet Functions 6 January 15th 05 01:57 AM


All times are GMT +1. The time now is 06:51 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"