Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default CONCATENATE & VLOOKUP

Help.... when using the above formula, how can I transfer figures from
another spreadsheet without losing the decimal places . ie a figure of 125.40
transfers as 125.4 and 123.00 transfers as 123.

Thanking you in advance.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default CONCATENATE & VLOOKUP

Change the value from the VLOOKUP into text:

=CONCATENATE(TEXT(VLOOKUP(.....),"0.00"),.....)

--
HTH,
Bernie
MS Excel MVP


"David Brereton" wrote in message
...
Help.... when using the above formula, how can I transfer figures from
another spreadsheet without losing the decimal places . ie a figure of 125.40
transfers as 125.4 and 123.00 transfers as 123.

Thanking you in advance.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default CONCATENATE & VLOOKUP

THANK YOU. In addition to this, how would I apply the same principal to
dates. Ie if I have a date on a worksheet styled 01/07/08, how can I
CONCATENATE/VLOOKUP to change this to 1 July 2008 ?????

...thanks

"Bernie Deitrick" wrote:

Change the value from the VLOOKUP into text:

=CONCATENATE(TEXT(VLOOKUP(.....),"0.00"),.....)

--
HTH,
Bernie
MS Excel MVP


"David Brereton" wrote in message
...
Help.... when using the above formula, how can I transfer figures from
another spreadsheet without losing the decimal places . ie a figure of 125.40
transfers as 125.4 and 123.00 transfers as 123.

Thanking you in advance.




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default CONCATENATE & VLOOKUP

=CONCATENATE(TEXT(VLOOKUP(.....),"d mmmm yyyy"),.....)

Bernie

"David Brereton" wrote in message
...
THANK YOU. In addition to this, how would I apply the same principal to
dates. Ie if I have a date on a worksheet styled 01/07/08, how can I
CONCATENATE/VLOOKUP to change this to 1 July 2008 ?????

..thanks

"Bernie Deitrick" wrote:

Change the value from the VLOOKUP into text:

=CONCATENATE(TEXT(VLOOKUP(.....),"0.00"),.....)

--
HTH,
Bernie
MS Excel MVP


"David Brereton" wrote in
message
...
Help.... when using the above formula, how can I transfer figures from
another spreadsheet without losing the decimal places . ie a figure of
125.40
transfers as 125.4 and 123.00 transfers as 123.

Thanking you in advance.






  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default CONCATENATE & VLOOKUP

Thank you very much.

"Bernie Deitrick" wrote:

=CONCATENATE(TEXT(VLOOKUP(.....),"d mmmm yyyy"),.....)

Bernie

"David Brereton" wrote in message
...
THANK YOU. In addition to this, how would I apply the same principal to
dates. Ie if I have a date on a worksheet styled 01/07/08, how can I
CONCATENATE/VLOOKUP to change this to 1 July 2008 ?????

..thanks

"Bernie Deitrick" wrote:

Change the value from the VLOOKUP into text:

=CONCATENATE(TEXT(VLOOKUP(.....),"0.00"),.....)

--
HTH,
Bernie
MS Excel MVP


"David Brereton" wrote in
message
...
Help.... when using the above formula, how can I transfer figures from
another spreadsheet without losing the decimal places . ie a figure of
125.40
transfers as 125.4 and 123.00 transfers as 123.

Thanking you in advance.






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
Vlookup & Concatenate? Saxman[_2_] Excel Discussion (Misc queries) 14 July 30th 07 02:24 PM
Vlookup, Concatenate, Format reno Excel Discussion (Misc queries) 1 July 12th 06 02:57 AM
Concatenate and Vlookup Lynneth Excel Worksheet Functions 8 September 10th 05 09:02 PM
Using Concatenate inside a vlookup bmclean Excel Worksheet Functions 3 July 5th 05 09:29 PM
Can you use Concatenate with the If function with vlookup in the i simoneaux Excel Worksheet Functions 2 February 7th 05 08:45 PM


All times are GMT +1. The time now is 07:02 AM.

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"