I have a problem where I didn't find any solution even after hours of googling. I have two references where three of the authors are the same (BibTeX file with Mendeley):
\documentclass[a4paper, 12pt]{article}
\usepackage[nottoc]{tocbibind}
\usepackage{natbib}
\usepackage{url} \let\harvardurl\url
\bibliographystyle{agsm}
\usepackage{filecontents}
\begin{filecontents*}{Mendeley.bib}
@article{Attanasio2015a,
title = {Human Capital Development and Parental Investment in India},
year = {2015},
journal = {NBER Working Paper Series},
author = {Attanasio, Orazio and Meghir, Costas and Nix, Emily},
volume = {21740}
}
@article{Attanasio2015b,
title = {{Estimating the Production Function for Human Capital: Results from
Randomized Control Trial in Colombia}},
year = {2015},
journal = {NBER Working Paper Series},
author = {Attanasio, Orazio and Cattan, Sarah and Fitzsimons, Emla and Meghir,Costas and Rubio-Codina, Marta},
volume = {20965}
}
\end{filecontents*}
\begin{document}
..... \cite{Attanasio2015a} \cite{Attanasio2015b}
\bibliography{Mendeley}
\end{document}
Now, when referencing those two sources, I want them to appear as
Attanasio et al. (2015a) and Attanasio et al (2015b).
However, when using agsm as bibliographystyle I get the full list of authors instead of
XY et al. (2015a) / XY et al. (2015b).
I already read here that apparently agsm does not support this sort of citation. But he same problem occurs with other Harvard styles like dcu and kluwer and even chicago. The only thing so far that works is using apalike.
I'm fairly new to LaTex but I feel like there must be a solution for this problem? I've never seen this way of citation in a journal article and I don't believe the authors use apalike all the time.

@articleentry type for the two entries at hand. You -- or, presumably, Mendeley -- should be using the entry type@techreport. – Mico Aug 21 '18 at 00:04apalikeall the time". Which authors? Are you free to use theapalikebibliography style? – Mico Aug 21 '18 at 00:14