Hi all!
I’m looking for a formula solution that will enable me to either:
- Count all of the "http"s in a single row OR
- Count the number of non-empty URL field types in a row.
Current code:
CONCATENATE(COUNTA(“https”)," / ",IF({Advertising allowance}=“Daily”, “30”,IF({Advertising allowance}=“Weekly”, “4”,IF({Advertising allowance}=“Bi-Monthly”, “2”,IF({Advertising allowance}=“Monthly”, “1”)))))