1
Tech Talk / Re: Google Sheets help
« on: Yesterday at 03:52:54 PM »It should include the time too; check what the cell is formatted as.Ahh you're right.
Thanks
This section allows you to view all posts made by this member.
It should include the time too; check what the cell is formatted as.Ahh you're right.
function onEdit() {
var s = SpreadsheetApp.getActiveSheet();
if( s.getName() == "New transactions" ) { //checks that we're on the correct page or not
var r = s.getActiveCell();
if( r.getColumn() == 2 ) { //checks that the cell being edited is in column B
var nextCell = r.offset(0, -1);
if( nextCell.getValue() === '' ) //checks if the adjacent cell is empty or not?
nextCell.setValue(new Date());
}
}
}
nextCell.setValue(new Date());
that would include the current time?interesting collection of music streams.Thanks I forgot the link to that. Someone (DanH?) Posted it once but I couldn't find it
דף-הבית.קום
Anyone else here use shippinguru USPS priority labels and have packages that have been in the USPS system for 8+ days with no movement? Curious if the delays are purely USPS-based or have something to do with the label. Somewhat frustrating. Shipped 5 things on 1/5 and only one has been delivered... others feel like there's in no-mans land... buyers haven't really complained either... just a puzzling situation...
I fight chargebacks for a living and have never seen such a fee.Is this a general rule for all businesses?
Twitter is clearly no longer an open platform, rather a publisher. And should be liable for their content and open to suit.I do not agree with this.