I have a column (D) of numbers. In column E, I would like a Y for Yes or N for No to appear in the number in column D is greater than or less than the number 5
So, if Cell D3 has a 3, Cell E3 shows a Y (less than 5)
If Cell D3 has a 8, Cell E3 shows a N (more then 5)
I'm sure it would be along the lines of:
IF(D3 > 5.....(something something)
So, if Cell D3 has a 3, Cell E3 shows a Y (less than 5)
If Cell D3 has a 8, Cell E3 shows a N (more then 5)
I'm sure it would be along the lines of:
IF(D3 > 5.....(something something)
