I have an excel sheet which has the date column is in the format of M/D/YYYY, I want it to be filtered out for next 90 days from the various dates mentioned in the sheet . Kindly help me with the logic and which activity to use. Its quite urgent, kindly help me with your logic’s asap
yes you are right !! i will have ‘n’ number of dates in the column which includes the next 90 days date, i want that to be filtered out. Hope you got my query.
can you please share me how you are getting in form of string when you are reading the date from your excel? in some formatted excels you might be getting date similar to this “48214” if so please let me know.
@Manjuts90
thanks for your response
the format which is wanted is M/D/YYYY example 8th October 2018 as in 10/8/2018 and 7th September 2018 as in 9/7/2018 not like 10/08/2018 and 09/07/2018
once it is been split i want it to be written in an excel sheet as Last name, First name in a single column by concatenating it
again i will have one more sheet 2 to compare , which will have the name column as in the formats of Last name, First name or First name , Last name.
what I need here is based on the sheet 1’s output (Last name, First name) i have to compare it with sheet 2 which has different format and make it right by overwriting it as in (Last name, First name)
once this process is done, again i need to compare sheet 1 and sheet 2 for the names and write the matched names in the format of Last name, First name in the new excel file.
Write it back for any clarification, your help will make a great difference in my work progression.