In cell C2 of sheet1 the user enters the row number of the header row for the 'new_report' tab. I need to count the number of header columns based on which row number the user enters (i.e. user enters 3 then COUNTA row 3, user enters 5 then COUNTA row 5 etc.) The formula below was my attempt at using COUNTA but it's not working--it always returns the value of 1. Any help is greatly appreciated!!!
COUNTA("new_report!"&sheet1!C2&":"&sheet1!C2)
Jeff
COUNTA("new_report!"&sheet1!C2&":"&sheet1!C2)
Jeff