How to Use a Nested If Airtable Formula (SUPER EASY If Statement)

Ғылым және технология

In this video I show you how to use the Nested If Formula in Airtable! I go into depth on nesting one if formula in a second if formula in my Airtable formula. Watch the full video to see the ways of writing this Airtable formula!
By the end of this Airtable tutorial, you will know how to write your own Nested If Formula in Airtable. I know your logical expressions in Airtable formulas can get tricky. If you need help, feel free to comment on the video or request a free consultation with me!
I hope you loved that video! Hit the subscribe button and smash the like button. If you have any questions or have a question you want answered, throw it in the comments section!!
🚀 Request a Consultation with us➔ www.optimizeis.com/main
AIRTABLE HELP
🚀 Request a Consultation here➔ www.optimizeis.com/main
Sign up for Airtable for Free➔ airtable.com/invite/r/YYUWaL1b
Get an On2Air Product➔ on2air.com/?via=been
MY FAVORITE SOFTWARE
🖥How I Built My Business (Airtable) airtable.com/invite/r/YYUWaL1b
💌How I Communicate with My Remote Teams (Slack) slack.com/create#email
📸How I Grow My KZread (Tube Buddy) www.tubebuddy.com/optimizeis
📈How I Make Business & Social Media Dashboards databox.com?fp_ref=optimizeis
📩How I Set Up Email for Myself and Clients (ActiveCampaign) www.activecampaign.com/?_r=1R...
🎥GET MY GEAR
⌨️Get My Entire Office➔ kit.co/bengreen/get-my-favori...
📚Get My Favorite Books➔ kit.co/bengreen/my-favorite-b...
SAY HI
🧪Subscribe to my KZread ➔ / @bengreensystems
👥 LinkedIn Page➔ / admin
🐦 Twitter ➔ / admin
📸 Instagram ➔ bengreen16...
📰 Facebook Page ➔ / optimizeis
WHO AM I?
My name is Ben Green, I am the CEO of Optimize IS. We help remote teams, small businesses, startups, and other small teams set up the information systems that run your business when you sleep. This allows you to save time, save money, be more efficient, and work in your zone of genius.
We do this though implementing “best practice” processes with the most integrated software stack to back up the processes. We implement software tools like Airtable, Asana, Slack, Toggl, Active Campaign, Process Street, JotForm, Zapier, and many more to make your business run smoothly. Also, we use methods such as database implementation, workflow automation, and systems integration. We have experts on our team in Airtable Consulting, Zapier Consulting, and Systems Integration.
You can learn more on our website (www.optimizeis.com/main). Here are some more benefits of our Automation Consulting:
• Reliable automation frees countless hours
• Streamlined workflows for better efficiency
• Increase revenue by eliminating faulty and inefficient systems
• Solutions suitable for non-tech savvy users
• Done-for-you, customized optimization of all processes
• Easy to use automation with little or no coding required
• Optimizing your software stack eliminates wasteful redundancies
note: There may be affiliate links in this description or video
#bengreen #automation #optimizeis #airtable #zapier

Пікірлер: 14

  • @BenGreenSystems
    @BenGreenSystems3 жыл бұрын

    Interested in scaling your back end operations without doing it all alone? Schedule a call using www.optimizeis.com/main

  • @rudolfmukhammadiev3117
    @rudolfmukhammadiev3117 Жыл бұрын

    Thank you for your valuable info )

  • @BenGreenSystems

    @BenGreenSystems

    Жыл бұрын

    Glad it was helpful!

  • @KerryBaldwin
    @KerryBaldwin Жыл бұрын

    Question: I want a conditional formula based on status that produces a due date that is based on a set event date. Ie. When an event date is set, a "complete no later than" date is populated that is based on the status of planning. Does this make sense? I've successfully gotten this far: IF(Phase="Initial", DATEADD({Event LIVE Date},-45,'days'), "") But I can't format as a Date (no time ... the result looks like this: 2023-05-10T00:00:00.000Z), and I can't seem to nest the other statuses of planning.

  • @bobbygay8642
    @bobbygay86422 жыл бұрын

    Ben thanks for the informative videos. You explain things very well. I'm just getting familiar with Airtable, but have high hopes that the combination of Airtable and Glide will enable our team to create some cool apps for our field HVAC team.

  • @BenGreenSystems

    @BenGreenSystems

    Жыл бұрын

    Glad it was helpful! I would be happy to give you a few hours free to learn how an HVAC business is using Airtable. Airtable and Glide is a great combo, as long as the team uses it. Find a time here and we can talk www.optimizeis.com/schedule-page

  • @cottagekeeper
    @cottagekeeper3 жыл бұрын

    I'm using this formula DATETIME_FORMAT({Date Sold/Ended},'W') however it returns #ERROR when the Date Sold/Ended field is not filled in. I tried creating this formula If ({Date Sold/Ended}=0,BLANK(),DATETIME_FORMAT({Date Sold/Ended},'W')) but Airtable automatically removes ,'W' portion so it only returns the date and it is returning a blank. I need the weeks to show. Any thoughts?

  • @BenGreenSystems

    @BenGreenSystems

    3 жыл бұрын

    maybe instead of {Date Sold/Ended}=0, use {Date Sold/Ended}=""

  • @TallyKerr
    @TallyKerr3 жыл бұрын

    Can I use nested if with the NOT function? I want to say: if a, b and c fields are not empty then y, if a, b, c, and d fields are not empty then z. Some of the fields I'm referring to are attachments, some are text and some are checkboxes 😬

  • @BenGreenSystems

    @BenGreenSystems

    3 жыл бұрын

    You should be able to use an ! for not empty. EX. If({Field}!,{value if true},{value if false}). If this does not work, let me know and I may have some other ideas!

  • @TallyKerr

    @TallyKerr

    3 жыл бұрын

    @@BenGreenSystems no it doesn't like the ! it just comes up with an error

  • @TallyKerr

    @TallyKerr

    3 жыл бұрын

    ​@@BenGreenSystems I've got the formula working if I make them all tick boxes if that helps (please also let me know if there's a more elegant way to structure this 😅) IF( AND({Members registered online}=1, {Webpage completed}=1, {Welcome fair/meeting}=1, {Attended 1 GM}=1, {1 Committee Member Trained}=1,{Constitution Uploaded} =1, {Attend 2nd GM} =1, {2nd Committee Member Trained}= 1, {Treasurer Received Finance Training}= 1, {2 Events on Website}=1, {1 Community/Sustainability Event}=1, {Handover Document}=1, {1 Committee Member Received Awareness Training}=1), "Gold", IF( AND({Members registered online}=1, {Webpage completed}=1, {Welcome fair/meeting}=1, {Attended 1 GM}=1, {1 Committee Member Trained}=1,{Constitution Uploaded}=1, {Attend 2nd GM}=1, {2nd Committee Member Trained}= 1, {Treasurer Received Finance Training}= 1, {2 Events on Website}=1), "Silver", IF( AND({Members registered online}=1, {Webpage completed}=1, {Welcome fair/meeting}=1, {Attended 1 GM}=1, {1 Committee Member Trained}=1, {Constitution Uploaded}=1), "Bronze"))) It's for an accreditation system, groups have to fulfil certain criteria to be accredited bronze, silver or gold. However I'd like the fields to be able to capture the evidence too so some will have a screenshot attached, some will be a text field, some will be just a check box.

  • @TallyKerr

    @TallyKerr

    3 жыл бұрын

    @@BenGreenSystems I fixed it! I just had to duplicate every column so there was 1 column that contains the evidence and then one that is a formula that is ticked if the evidence folder is not blank. Then the original formula to show whether they are bronze, silver or gold works off those ticked columns - not the most streamlined but it works!

  • @imarithkongtho
    @imarithkongtho Жыл бұрын

    I find it confusing when you used “Done” twice in the nested IF formula.

Келесі