This is alternative format version of Steven Hind's excellent visitor comments form, which can be found here. Follow his directions or video tutorial and then if you want your comments section to look like mine, use the content format below for your List page. Total comments added up for the list page. Put this in your A1 row of your list page. =("Total Comments: " & counta(Sheet1!A2:A))Explanation:
Here's the entire formula to cut and paste if you wish. Remove spaces if you get an error. =ArrayFormula(sort(Sheet1!A2:A&IF(ISBLANK(Sheet1!B2:B), " ", " By: ")&Sheet1!B2:B&CHAR(10)&CHAR(10)&Sheet1!C2:C&CHAR(10)&CHAR(10),1,false))* Note: You may get a an error "Invalid Cell Contents," but everything should still work. |