ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   dates (https://www.excelbanter.com/excel-discussion-misc-queries/189915-dates.html)

Carla

dates
 
I have an out of stock list (updated twice a week) showing the ETA when an
item is due back in stock.
The out of stock list is in english and I need to create one for my french
agents: instead of retyping the dates, I would like a function picking the
dates from the english out of stock.
column A: item number
column B: item description
column C: ETA
I was thinking about VLOOKUP but I didn't manage to formulate it so as to
report the date.
Can anyone help ?
thanks
carla

Stefi

dates
 
Why don't you apply a French date format for yor ETA cells?

Regards,
Stefi

€˛carla€¯ ezt Ć*rta:

I have an out of stock list (updated twice a week) showing the ETA when an
item is due back in stock.
The out of stock list is in english and I need to create one for my french
agents: instead of retyping the dates, I would like a function picking the
dates from the english out of stock.
column A: item number
column B: item description
column C: ETA
I was thinking about VLOOKUP but I didn't manage to formulate it so as to
report the date.
Can anyone help ?
thanks
carla


edvwvw via OfficeKB.com

dates
 
Is the data sorted by item number?

If so then put the item number that you want to search for in D1 and in E1

=VLOOKUP(D1,A1:C3,3) - this will return ETA in E1

This assumes that the data is in range A1:C3 - change as required.

If the data is not sorted by item number you will probably need INDEX MATCH -
I will post something later

edvwvw


carla wrote:
I have an out of stock list (updated twice a week) showing the ETA when an
item is due back in stock.
The out of stock list is in english and I need to create one for my french
agents: instead of retyping the dates, I would like a function picking the
dates from the english out of stock.
column A: item number
column B: item description
column C: ETA
I was thinking about VLOOKUP but I didn't manage to formulate it so as to
report the date.
Can anyone help ?
thanks
carla


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200806/1


Gary''s Student

dates
 
Here is an example:

In A1 thru C10:

100nm cat 7/10/2008
200nm dog 7/9/2008
300nm mouse 7/5/2008
400nm lion 7/14/2008
500nm ant 7/3/2008
600nm flea 6/19/2008
700nm rat 7/13/2008
800nm bird 7/3/2008
900nm bee 7/9/2008
1000nm warthog 6/6/2008

in another cell:

=VLOOKUP("500nm",A1:C10,3)

This will report 7/3/2008 once the cell has been formatted as a date
--
Gary''s Student - gsnu200790


"carla" wrote:

I have an out of stock list (updated twice a week) showing the ETA when an
item is due back in stock.
The out of stock list is in english and I need to create one for my french
agents: instead of retyping the dates, I would like a function picking the
dates from the english out of stock.
column A: item number
column B: item description
column C: ETA
I was thinking about VLOOKUP but I didn't manage to formulate it so as to
report the date.
Can anyone help ?
thanks
carla


Carla

dates
 
the data is sorted by item number. I tried what you said but it gives me
00/01/00, it doesn't pick the right date.
I have:
item no. (col B) - description (col C) - ETA (col D), then I have price,
qty, total etc in the following columns, then again item no. (col. K) -
description (col L) - ETA (col M).
I put:
=VLOOKUP(K35,'[tarif 05.10.07.xls]Sheet1'!$A:$Q,13)
But it gives me 00/01/00.
and if I drag it down it gives always 00/01/00.
Can you help ?
or can you suggest any other way (even not sorted by item number). thx !

"edvwvw via OfficeKB.com" wrote:

Is the data sorted by item number?

If so then put the item number that you want to search for in D1 and in E1

=VLOOKUP(D1,A1:C3,3) - this will return ETA in E1

This assumes that the data is in range A1:C3 - change as required.

If the data is not sorted by item number you will probably need INDEX MATCH -
I will post something later

edvwvw


carla wrote:
I have an out of stock list (updated twice a week) showing the ETA when an
item is due back in stock.
The out of stock list is in english and I need to create one for my french
agents: instead of retyping the dates, I would like a function picking the
dates from the english out of stock.
column A: item number
column B: item description
column C: ETA
I was thinking about VLOOKUP but I didn't manage to formulate it so as to
report the date.
Can anyone help ?
thanks
carla


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200806/1




All times are GMT +1. The time now is 05:15 PM.

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