ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I replace my vlookup FORMULA with just the TEXT of results (https://www.excelbanter.com/excel-worksheet-functions/144198-how-do-i-replace-my-vlookup-formula-just-text-results.html)

J Lew

How do I replace my vlookup FORMULA with just the TEXT of results
 
I am using the Concatenate function to generate a paragraph (i.e.
=CONCATENATE($B$948,S5,$B$949,G5,$B$950,T5,$B$951, B5,$B$952)). The values
in column S are the result of a Vlookup and formatted as "Date"

As such, when I put them in the paragraph of concatenated text I get a
5-digit value that has nothing to do with the date that results in S from the
V Lookup (E.g. 4/11/05 reads "38453" ... but when I replace the Vlookup
function with "April 11, 2005" the value concatenates perfectly.)

How do I tell Excel that I want it to replace the Vlookup formula with the
value that resulted from said Vlookup?

Gary''s Student

How do I replace my vlookup FORMULA with just the TEXT of results
 
=CONCATENATE($B$948,TEXT(S5,"mm/dd/yyyy"),$B$949,G5,$B$950,T5,$B$951,B5,$B$952)


The text function allows you to get the date format from S5. Adjust to suit
--
Gary''s Student - gsnu200724


"J Lew" wrote:

I am using the Concatenate function to generate a paragraph (i.e.
=CONCATENATE($B$948,S5,$B$949,G5,$B$950,T5,$B$951, B5,$B$952)). The values
in column S are the result of a Vlookup and formatted as "Date"

As such, when I put them in the paragraph of concatenated text I get a
5-digit value that has nothing to do with the date that results in S from the
V Lookup (E.g. 4/11/05 reads "38453" ... but when I replace the Vlookup
function with "April 11, 2005" the value concatenates perfectly.)

How do I tell Excel that I want it to replace the Vlookup formula with the
value that resulted from said Vlookup?



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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com