how do i insert a division symbol in Excel 2000?
A Alan Nov 15, 2004 #4 Or if you mean a ÷ use = CHAR(247) eg to show 25 divided by 5 = 5 as text =25&CHAR(247)&5&"=5" Regards,
Or if you mean a ÷ use = CHAR(247) eg to show 25 divided by 5 = 5 as text =25&CHAR(247)&5&"=5" Regards,