giorgiokatr
New Member
if(C5<C6;TRUE;FALSE)
can the symbol < based on a cell that contains it example E1
i want to insert the symbol < or > in a cell and the if to change < or > based on this
i tried this but no luck
if(C5&"E1"&C6;TRUE;FALSE)
can the symbol < based on a cell that contains it example E1
i want to insert the symbol < or > in a cell and the if to change < or > based on this
i tried this but no luck
if(C5&"E1"&C6;TRUE;FALSE)