First, your example formula does a different calculation than what you have earlier in your description:
(F6/C6*0.024)-50
is equivalent to this
((F6/C6)*0.024)-50
but then this
(F6:F50/(C6:C50*0.024))-50
adds parentheses that change the calculation.
Please confirm what calculation you actually want.
I tested this with a little bit of fake data. If I had your data I would have a better test. Consider providing a sample file. This uses the calculation in your first description. It is an array formula. I don't know what Excel 2019 supports but you may have to explicitly enter it as an array formula with CTRL+SHIFT+ENTER.
Bookmarks