Just an idea/thought, but one solution would be to have 3 fields: 1. Author First Name, 2. Author Last Name, and 3. Company Name
Then a 4th formula field ‘Author’ (for example) which would pull the author’s first and last name (fields 1 & 2 above) OR the Company name (field 3 above) depending on which was blank. That way, you can have a single ‘Author’ column to sort or filter data as needed. and Fields 1-3 would be your inputs.
That would work except the primary field is the complete author name, and it cannot be just the last name as there are multiple Authors with the same last name…
That would work except the primary field is the complete author name, and it cannot be just the last name as there are multiple Authors with the same last name…
You could make the primary field the formula I mentioned, which would combine the full author name or show the company name?
Not sure I follow your last comment but something like this:
IF({CompanyName}=blank(),{AuthorLastName}&", "&{AuthorFirstName},{CompanyName})