I have this formula which returns the correct data (in text format), but I need it in a number format and can't figure out how to convert from text to formula
=if(and({Category}="Convention/Tradeshow (CT)",{Out Date}>10/1/18),{Attendance Formula for Reporting}*2814,if(and({Category}="Convention Without Exhibits (CW)",{Out Date}>10/01/18),{Attendance Formula for Reporting}*2814, if(and({Category}="Conference (CF)",{Out Date}>10/1/18),{Attendance Formula for Reporting}*2814, if(and({Category}="Convention/Tradeshow - Hybrid (CH)",{Out Date}>10/1/18),({Attendance Formula for Reporting}/2*2814)))))
=if(and({Category}="Convention/Tradeshow (CT)",{Out Date}>10/1/18),{Attendance Formula for Reporting}*2814,if(and({Category}="Convention Without Exhibits (CW)",{Out Date}>10/01/18),{Attendance Formula for Reporting}*2814, if(and({Category}="Conference (CF)",{Out Date}>10/1/18),{Attendance Formula for Reporting}*2814, if(and({Category}="Convention/Tradeshow - Hybrid (CH)",{Out Date}>10/1/18),({Attendance Formula for Reporting}/2*2814)))))