Sign in to join the conversation:
Is there a way to export or print row numbers
This would be so very helpful.
Thank you
Hi Angie,
When you print there is a choice to "Include row numbers" on the right side in the dialog window.
Would that work?
Hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
Good morning,
In SS there is an option to print row numbers. But there is no option to include them when exporting to Excel. There also is not an option in Excel to print the row numbers (that I could find in print settings).
You would need to include a column that duplicates the row numbers. I personally usually call it [Row ID]. The formula to duplicate row numbers is...
=COUNT([Column Name]$1:[Column Name]@row)
You would put this in row 1 and dragfill on down. NOTE: The $ used to lock in the row 1 reference at the beginning of the range is necessary for this to work. So is putting this formula in row 1 and dragfilling from there.
I saw that Paul answered already! That would be my solution as well.
Let me know if I can help with anything else!
Andrée
Thank you both.
Is [Column Name] the same column? I get a circular reference.
=COUNT([Row ID]$1:[Row ID]@row)
This will be a great formula to put into my arsenal!
My apologies. You can reference ANY column on the sheet with the only exception being the formula the column is in.
That is absolutely beautiful!
This is a wonderful workaround and I will be using it a lot.
I can't thank you enough. Something so simple will save me more work.
Have a great day!
I'm always happy to help!
Happy to help!
I'm receiving this message every time I try to open my sheets. I'm the only admin user. I have already performed proper troubleshooting, such as clearing the cache, logging in incognito, and logging out and back in, but the issue remains unresolved. It's been a few days, and I'm unable to track our projects and this…
I’ve created an automation that generates a document and forwards it to the individual specified in a cell. The line item also has several additional attachments associated with it. Is there a way to include those attachments with the generated document?
I have an automation set up that copies a row to another sheet each day. The automation itself works correctly, but the problem is that it copies the formulas rather than the values, which causes the formulas to break and return errors. How can I configure it to copy only the values instead of the formulas?