I have a view set up to group a user with the a single select tag. I’d like to find out the count of each tag for a user. Can’t figure out how to make this happen so I can link it to a chart.
Ex. use case:
User 1 has 4 items attached to them with 3 t...
Howdy all, I’m having a bit of trouble working with Google Books API.
I’m uing Data Fetcher to connect and I’m able to pulll down tons of info, but I’d like to narrow that information down to the correct book that matches the Book Title and Author. I...
Hello, I’m trying to figure out how to express the below in Airtable.
I took inspiration from this thread
This is what I have so far…
IF (
{CALCULATED SCORE} < 1,
“0”,
IF(
{CALCULATED SCORE} < 2.2,
“⭐️”,
IF(
{CALCULATED SCORE} < 4.5,
...
I corrected the quotes, still got an erorr… then i noticed I was missing a comma after each statement. lol It’s the little things. Thanks for the help!!
IF(
{Calculated Rating} < 1,
"",
IF(
{Calculated Rating} < 2.2,
"⭐️",
IF(
{Calculate...