need some tips!

  • Thread starter Thread starter cjjoo
  • Start date Start date
C

cjjoo

this is my problem:


i got worksheets number from 1-30 (days of the month) and in eac
worksheet

the formats are the same. The format look something like this:

unique ID vehicle no date in date out status


in date in,i want to have a formula that automatically insert the dat
when i key

in a vehicle num . The date in will also be the same as the sheet no
so can i use

a indirect formula to return the date
 
Add this to first date cell and copy down

=IF(B2<>"",DATE(YEAR(TODAY()),MONTH(TODAY()),MID(CELL("filename",A1),FIND("]
",CELL("filename",A1))+1,99)),"")


--

HTH

RP
(remove nothere from the email address if mailing direct)
 
sorry but is it possble to make modification of the formula to suit thi
scenario?

the scenario:

vehicle_no date in date out



in your formula the date will be assigned (based on sheet no )if
vehicle_no

has been selected. in my sheets, the outstanding work in day 1 will b
reflected

in day 2 (sheet 2) . So if i key in the vehicle no in day one, th
date_in will be


02/10/2005 and this is not true as the vehicle is dated in o
01/10/2005.

in sheet one

vehicle no date_in date_out action taken
x123 01/10/2005 chang
XXX
y456 01/10/2005 01/10/2005


in sheet two,

vehicle_no date_in date_out action taken
x123 01/10/2005 change yyy
x123 02/10/2005

over here, x123 is not dated_out in sheet one , so x123 will be seen i
sheet two

but if i key in x123 to update the action taken, the date in i
02/10/2005 which in

fact should be 01/10/2005

pls advise..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

vlookup?? 5
grouping and give colours 6
y i cannot solve it ? 2
WORKDAY Function 3
//time calculations 4
Pulling From Multiple Sheet 0
headache! :) unique_id's 7
reporting newest/highest value 11

Back
Top