I'm trying to understand a spreadsheet written by someone long gone to another job. Amongst other things, there are some cells of the format:
=IF(RIGHT(AD32,4)-RIGHT(AD24:AD36,3)<0,"",RIGHT(AD32,4)-RIGHT(AD32,3))
I'm somewhat mystified by this. All the cells in column AD are numeric, not text, so I don't understand what the RIGHT function will do. But in the second occurrence of the function, there is a range (in this case AD24:AD36) as the first parameter. This doesn't make sense to me. Am I missing something?
Thanks for any insights.
=IF(RIGHT(AD32,4)-RIGHT(AD24:AD36,3)<0,"",RIGHT(AD32,4)-RIGHT(AD32,3))
I'm somewhat mystified by this. All the cells in column AD are numeric, not text, so I don't understand what the RIGHT function will do. But in the second occurrence of the function, there is a range (in this case AD24:AD36) as the first parameter. This doesn't make sense to me. Am I missing something?
Thanks for any insights.