Skip to main content
Solved

If not blank, copy value; if blank, enter "GTIN"

  • September 15, 2020
  • 2 replies
  • 23 views

Forum|alt.badge.img+14

Bookseller here trying to survive by listing on Amazon. I have lots of books that are so old ISBNs didn’t exist when they were published. For those books, Amazon offers what they call a “GTIN” exemption. So I have two fields: (1) a single line field called {Product ID}, which contains an ISBN if available, but is, otherwise, left blank; and (2) and a formula field called {Product ID Type}, which needs to contain “ISBN” if {Product ID} is NOT blank or “GTIN” if {Product ID} is blank. I have no idea what might work here. Fingers crossed that one of you do. :slightly_smiling_face:

Best answer by Jeremy_Oglesby

Hi again, @Alba_Machado2 :slightly_smiling_face:

IF({Product ID}, "ISBN", "GTIN")

2 replies

Forum|alt.badge.img+18
  • Inspiring
  • Answer
  • September 15, 2020

Hi again, @Alba_Machado2 :slightly_smiling_face:

IF({Product ID}, "ISBN", "GTIN")

Forum|alt.badge.img+14
  • Author
  • Known Participant
  • September 15, 2020

Hi again, @Alba_Machado2 :slightly_smiling_face:

IF({Product ID}, "ISBN", "GTIN")

So elegant! Thanks again! I’m feeling significantly less overwhelmed by the prospect of having to create a table that accommodates Amazon’s 200+ fields in order to save my little old book business. :green_heart: :green_heart: :green_heart: