The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hi -
I am trying to make a formula that will indicate if Columns A, B and C are not blank, then Column D would be filled in. I was able to get it to work with the simple formula of one column, but can’t figure out how to write it to check multiple c...
Hi - I’ve tried a number of formulas I’ve found in the support and can’t seem to get them to work. Positive it’s user error and since I’m not sure what I’m doing wrong, I thought I’d present what I’m looking to do and get a formula to copy/paste.
I h...
HI - Wanted to add in a specific use case and need where this would be a HUGE time saver for us. We work on projects with outside agencies – and I’d love to be able to use airtable to manage projects with them. However, I don’t want to share my enti...
W_Vann_Hall:
IF(
AND(
{Event Name} = BLANK(),
{Location} = BLANK(),
{Start Date} = BLANK(),
{End Date} = BLANK()
),
“SEND”
)
Thank you so much for this. Very simple and easy to understand. I really appreciate your help.
If I wanted to swap t...