column to show certain percent positive AND negative
I have a spreadsheet and it shows in a column a percent. I want it to show me
*** in the clumn next to it if it had a 15% change or more. Otherwise just
left blank.
I am using this formula and it's only giving me *** in the column that has a
positive 15%. I want it to show the *** for a positive (increase) or negative
(decrease) 15%
=IF(+U2600.08,"***","")
Thanks!
|