Forum Discussion

Keep Calm's avatar
Keep Calm
Copper Contributor
Mar 08, 2018

If function for text field

I have a column in which the cells contain image dimensions e.g. 5320 x 3500. I want to create a formula which is if 'number 1' is bigger than 'number 2' the result is 'Landscape', else the result is...
  • Jamil's avatar
    Jamil
    Mar 08, 2018

    use this  =IF((LEFT(B5,4)+0)>(RIGHT(B5,4)+0),"Landscape","Portrait") formula in C5 of the example file.

     

    i have also attached the file.

     

     

Resources