Forum Discussion
Keep Calm
Mar 08, 2018Copper Contributor
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...
- 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.
Keep Calm
Copper Contributor
Thanks for your response. I understand how that function works and I only wish it was that simple, my cell contains '5300 x 3200'