Hello IRstuff...
Just did this and the script doesn't make sense (it doesn't follow a chrono order)...and it's not based on a value set in another location so that's not quite what I am looking for. Thank you for the suggestion though.
Cindy
and this is a script for indenting / outdenting text (manually) for google SHEETS that I had found in another forum....my question above is related to MS Excel
var ss = SpreadsheetApp.getActiveSpreadsheet();
function moveText(direction) {
var values = ss.getActiveRange().getValues();
var...
similar to this thread - https://www.eng-tips.com/viewthread.cfm?qid=225584
I am trying to find VBA (not understanding how to create my own yet) that will do the following:
Automatically update the formatting in a spreadsheet to indent the text in Column D, based on the value in Column C...