Re: RE: $$Excel-Macros$$ Delayed Days
Hello Nilesh, Another way, K2 copy down. =TEXT(I2,"\/00\/00")-TEXT(J2,"\/00\/00") If you don't want to see -days use =ABS(TEXT(I2,"\/00\/00")-TEXT(J2,"\/00\/00")) Or, convert the Dates to actual date, for doing this, Select the whole column I:I, go to, Data >> Text to Columns >> Next >> Next, then from the top left side, select Data & from the drop down list select YMD, click Finish. Do the same for Column_J. Then you can simply use in K2, =I2-J2 to avoid -days change to =ABS(I2-J2) -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310 3. Excel tutorials at http://www.excel-macros.blogspot.com 4. Learn VBA Macros at http://www.quickvba.blogspot.com 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com To post to this group, send email to excel-macros@googlegroups.com <><><><><><><><><><><><><><><><><><><><><><> Like our page on facebook , Just follow below link http://www.facebook.com/discussexcel
RE: $$Excel-Macros$$ Delayed Days
Thanks it's works. From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Rajan_Verma Sent: Wednesday, July 13, 2011 1:20 PM To: excel-macros@googlegroups.com Subject: RE: $$Excel-Macros$$ Delayed Days Use this in K2 =-(DATE(LEFT(I2,4),MID(I2,5,2),RIGHT(I2,2))-DATE(LEFT(J2,4),MID(J2,5,2), RIGHT(J2,2))) From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Virkar,Nilesh Sent: Wednesday, July 13, 2011 12:40 PM To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Delayed Days Hi All, I would like to take delayed days from attached file. The formula should like below. Colum I - Colum J = Delayed Days The date format need to be same for further analysis. Thanks in advance for your support. Best Regards Nilesh P please consider the environment before printing this e-mail. Thank you -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310 3. Excel tutorials at http://www.excel-macros.blogspot.com 4. Learn VBA Macros at http://www.quickvba.blogspot.com 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com To post to this group, send email to excel-macros@googlegroups.com <><><><><><><><><><><><><><><><><><><><><><> Like our page on facebook , Just follow below link http://www.facebook.com/discussexcel -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310 3. Excel tutorials at http://www.excel-macros.blogspot.com 4. Learn VBA Macros at http://www.quickvba.blogspot.com 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com To post to this group, send email to excel-macros@googlegroups.com <><><><><><><><><><><><><><><><><><><><><><> Like our page on facebook , Just follow below link http://www.facebook.com/discussexcel -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310 3. Excel tutorials at http://www.excel-macros.blogspot.com 4. Learn VBA Macros at http://www.quickvba.blogspot.com 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com To post to this group, send email to excel-macros@googlegroups.com <><><><><><><><><><><><><><><><><><><><><><> Like our page on facebook , Just follow below link http://www.facebook.com/discussexcel
RE: $$Excel-Macros$$ Delayed Days
Use this in K2 =-(DATE(LEFT(I2,4),MID(I2,5,2),RIGHT(I2,2))-DATE(LEFT(J2,4),MID(J2,5,2),RIGH T(J2,2))) From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Virkar,Nilesh Sent: Wednesday, July 13, 2011 12:40 PM To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Delayed Days Hi All, I would like to take delayed days from attached file. The formula should like below. Colum I - Colum J = Delayed Days The date format need to be same for further analysis. Thanks in advance for your support. Best Regards Nilesh P please consider the environment before printing this e-mail. Thank you -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310 3. Excel tutorials at http://www.excel-macros.blogspot.com 4. Learn VBA Macros at http://www.quickvba.blogspot.com 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com To post to this group, send email to excel-macros@googlegroups.com <><><><><><><><><><><><><><><><><><><><><><> Like our page on facebook , Just follow below link http://www.facebook.com/discussexcel -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310 3. Excel tutorials at http://www.excel-macros.blogspot.com 4. Learn VBA Macros at http://www.quickvba.blogspot.com 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com To post to this group, send email to excel-macros@googlegroups.com <><><><><><><><><><><><><><><><><><><><><><> Like our page on facebook , Just follow below link http://www.facebook.com/discussexcel