Hi All,
I have a date column in excel against a product column where I have to populate different dates against each product based on the expected data arriving timeliness for each product. for e.g. for product1, i have expected timeliness of Today minus 2 which means if today is 3rd Sept then I will get the data of 1st Sept and same way for some products it's T-1 then it means on 3rd Sept I will get the data for 2nd sept and third condition is T .i.e. Today in which the data will be as of today for that product and the forth condition is weekly which we can ignore as the date for such product data is not fixed. Now I want to arrive at a formula which will give me T-2, T-1 dates first I straight away used the below formula
.i.e. =today()-2 for T-2 and =today()-1 for T-1
but the above formulas also give me the dates of that days which are sunday or saturday so I want to exclude saturdays and sundays and get only workdays .i.e. Monday to Friday dates. Please help.
Thanks a lot for your help in advance.
I have a date column in excel against a product column where I have to populate different dates against each product based on the expected data arriving timeliness for each product. for e.g. for product1, i have expected timeliness of Today minus 2 which means if today is 3rd Sept then I will get the data of 1st Sept and same way for some products it's T-1 then it means on 3rd Sept I will get the data for 2nd sept and third condition is T .i.e. Today in which the data will be as of today for that product and the forth condition is weekly which we can ignore as the date for such product data is not fixed. Now I want to arrive at a formula which will give me T-2, T-1 dates first I straight away used the below formula
.i.e. =today()-2 for T-2 and =today()-1 for T-1
but the above formulas also give me the dates of that days which are sunday or saturday so I want to exclude saturdays and sundays and get only workdays .i.e. Monday to Friday dates. Please help.
Thanks a lot for your help in advance.