I have a problem with the top alignment of the text in the 4th column of my table. The text does not want to start at the top of the cell. I use "longtable" command since my table is too long. How can I force the text to start at the top of the cell?
Here is the example of the first part of my table:
\begin{landscape}
\pagestyle{empty}%
\centering
\footnotesize % Switch from 12pt to 11pt; otherwise, table won't fit
\captionsetup{skip=5pt}
\setlength\LTleft{-0.5in}
\setlength\LTright{-1in}
\begin{longtable}{cccp{16cm}}
\caption {Construction of regulatory variables for survey III (2007)}\label{Tab:3}\\\toprule
\endfirsthead
\caption* {Table \ref{Tab:3} (Continued): Construction of regulatory variables for survey III (2007)}\\\toprule
\textbf{Variables} & \textbf{Range} & \textbf{Quantification} & \textbf{\makecell[c]{Questions}}\\
\hline
\endhead % all the lines above this will be repeated on every page
\textbf{Variables} & \textbf{Range} & \textbf{Quantification} & \textbf{\makecell[c]{Questions}}\\
\hline
\textbf{Barriers to entry }\\
\hline
\makecell{Initial capital \\ index} & 1-5 &\makecell[l]{For (1): answer between 0 and 1 \\ For (2)-(3): yes=1, no=0\\For (4)-(5): yes=0, no=1} &(1) Minimum capital entry requirement\footnote{Minimum capital entry requirement is given in local currency. Thus, we converted all these data in millions of dollars. We assigned 1 to the highest minimum capital entry requirement to have values between 0 and 1. The final index may vary since the exchange rate is not the same for the whole period.}; (2) Is it legally required that applicants submit information on the source of funds to be used as capital?; (3) Are the sources of funds to be used as capital verified by the regulatory/supervisory authorities?; (4) Can the initial disbursement or subsequent injections of capital be done with assets other than cash or government securities?; (5) Can initial disbursement of capital be done with borrowed funds?\\
Foreign entry index & 1-4 & \makecell[l]{For all questions: yes=1, no=0} & (1) Are foreign entities prohibited from entering through: (a )Acquisition (b) Subsidiary (c) Branch (d)Joint-venture \\
\makecell{Permission \\ activity index} & 1-8 & \makecell[l]{For all questions: yes=1, no=0} & (1) Legal submissions required for banking license: (a) Draft by-laws (b) Intended organization chart (c) First 3-year financial projections (d) Financial information on shareholders (e) Background/experience of future directors (f) Background/experience of future managers (g) Sources of funds in capitalization of new bank (h) Intended market differentiation of new bank \\


\documentclass, all packages needed to reproduce the problem and a document body from\begin{document}to\end{document}? – Schweinebacke Apr 24 '17 at 08:55\makecellcommand in cells of the 4th column, or vertically align the cells of the 1st and 3rd columns with thetflag in the argument of\makecell, depending of the result you want. – TonioElGringo Apr 24 '17 at 09:13