I have a concern is that I want from a given date to retrieve the start date of the week for example: 15/04/2015 So the beginning of the week will: 13/04/2015 (for me the be
Try this Formula:-
=A1-WEEKDAY(A1,2)+1
Where A1 contains your Input Date.