This is probably out of the realm of Airtable, but I have scroll wheel settings to where I like them for all other apps. But for some reason, each “click” of the mouse wheel is effectively the same as hitting the Page Up or Page Down key on my keyboa...
Hi there, I’m moving a spreadsheet to Airtable and I’m loving the extra functionality so far! Let’s just say many-to-many relationships are amazingly useful.
I’m having a surprising problem though. I’d like to paste a series of times and dates from E...
Jeremy_Oglesby:
The calendar view will allow you to display both “sets” of dates in the same calendar.
I’m not seeing that ability, but it’s possible that it’s a pro-only feature - I’m a free user. I do see something about multiple date fields...
The point would be to make all day events in calendar view, or to have something where the date is not yet known.
EDIT: just realized I’d made a critical mistake in my previous post. I’m looking for an entry in a date/time field that has a date, but ...
Got it just as you posted that! The correct formula in my case turned out to be
DATETIME_PARSE({Date} & " " & {Time}, ‘MM/DD/YYYY H:mm A’)
Now, this is likely a feature request instead of a how-to question, but, for bonus points, can we have just a E...
Jeremy_Oglesby:
DATETIME_PARSE(
{Date} & “ “ & {Time},
‘D/M/YYY ha’
)
Thanks! It’s halfway working because my times are actually formatted slightly differently. I’ve been playing with the formula but can’t quite figure it out. The current form...