J
JimS
=IF(RC[-5]="","",RC[-5]+RC[-4])
=IF(RC[-11]="","",IF(RC[-1]="","",IF(RC[-11]=RC[-1],"+","-")))
=IF(RC[-1]="","",IF(RC[-1]<RC[-4],"u",IF(RC[-1]>RC[-4],"o",IF(RC[-1]=RC[-4],"p"))))
In all of my formulas in all of my workbooks (that I've been working
on) there is this "RC." I have no earthly idea what this is or what
it means. It's in every formula multiple times.
I can't even figure out my own formulas, although they do seem to
work.
=IF(RC[-11]="","",IF(RC[-1]="","",IF(RC[-11]=RC[-1],"+","-")))
=IF(RC[-1]="","",IF(RC[-1]<RC[-4],"u",IF(RC[-1]>RC[-4],"o",IF(RC[-1]=RC[-4],"p"))))
In all of my formulas in all of my workbooks (that I've been working
on) there is this "RC." I have no earthly idea what this is or what
it means. It's in every formula multiple times.
I can't even figure out my own formulas, although they do seem to
work.