Message 1 of 3
IF statement using 2 lookup table columns
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i have two columns i want to use in a lookup table using a if statement and greater than.
if(nominal diameter >4", column A, column B) is what i kind of looking for
if greater than 4" than column A if not then use column B
i'm not sure how to write it.
this is what i think it should be but doesnt work
if(Nominal Diameter >4",size_lookup(Lookup Table Name,"TO2"),size_lookup(Lookup Table Name,"TO1")))