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!
Hello, I'm working through the writing formulas optional activity and in the 'Nested IF function - Progress Column' task it directs you to put in the following formula '=IF([% Complete]@row = 0, “Empty”)'. However, when I put this formula into the spreadsheet, '04a_Marketing Request Tracker - Formulas', I get an…
Currently Triggering recurring workflows are only supported at the top of each hour. For instance 10:00, or 11:00, etc. Would like the ability to set 10:30 or 10:45. Perhaps the inteface can stay hourly so it doesnt get huge, but have the ability to manually edit the time directly to any custom time.
I have an automation that has a condition where I am looking at the column "LEA Interco Supporting Site(s)" and trying to find columns that have the value "Fort Loramie" in them. This works well when "Fort Loramie" is the first item listed in the cell, but it doesn't work when "Fort Loramie" is the second or third value in…