I have the following table
\documentclass[runningheads,a4paper]{llncs}
\usepackage{amssymb}
\setcounter{tocdepth}{2}
\usepackage{graphicx}
\usepackage[latin1]{inputenc}
\usepackage[english]{babel}
\usepackage{url}
\usepackage{float}
\usepackage{booktabs}
\usepackage{multirow}% http://ctan.org/pkg/multirow
\usepackage{hhline}% http://ctan.org/pkg/hhline
\usepackage{lipsum}
\setcounter{secnumdepth}{5}
\begin{document}
\begin{table}[h]
\centering
\caption{Alignment of ADTree to ISSRM}
{\renewcommand\arraystretch{1.75}
\begin{tabular}{|l|l|l|} \hline
Statement & \multicolumn{2}{l|}{Description} \\ \hline\hline
P(\text{Attack} \mid \text{Asset}) & \multicolumn{2}{p{8cm}|}{\raggedright The probability of Attack, given the Asset, was targeted} \\ \hline
P(\text{Attack} \cap \text{Asset}) & \multicolumn{2}{p{8cm}|}{\raggedright The probability of happening Atomic attack on Asset, Can be obtained from join of Attack and Assets tables} \\ \hline
P(Asset & \multicolumn{2}{p{8cm}|}{\raggedright Can be obtained from Asset table, and Table 15 } \\ \hline
\end{tabular}}
\label{Explanation of formula}
\end{table}
\end{document}
Although, the *.tex get compiled successfully, and it shows the table correctly, but there are two errors on it which complains with:
undefined control sequence.missing $ inserted latex

\textbut haven't loaded theamsmathpackage. – Mico Jun 18 '17 at 16:01\textcommand from my previous answer (https://tex.stackexchange.com/questions/375570) but apparently didn't read the answer completely. The\textcommand is from theamsmathpackage tahts is loaded by themathtoolspackage in my answer. – Dr. Manuel Kuehner Jun 18 '17 at 16:02