Forum Discussion
ajl_ahmed
Nov 04, 2024Iron Contributor
Function to return the number of columns which contain information
Hi currently I am using google sheet. I need a function to return the number of columns which contain information (text or number) as in the attached file. is it possible to do that? Thanks
SergeiBaklan
Nov 04, 2024Diamond Contributor
If for each row it could be
=COUNTA($A3:INDEX(3:3, 1, COLUMN()-1) )
and drag it down.
Please check in attached file.