Hi all,
I have a spreadsheet left behind by an old staff member from years ago.
Could someone please help me understand the logic behind it?
=IF(C8="?",(C4*0.95),(C4*(C8+C6)/100))
I'm reading it as...
IF cell C8 = any number, even 0, THEN the cell=95%of C4,
ELSE (if the cell doesn't =0 or any other number) the cell =C8+C6% of C4
Am I understanding that corretly?
If so, what value of C8 will make the IF statement False? (ie cell=C8+C6% of C4
Please help gang... I have to deal with this in a meeting tomorrow.
I have a spreadsheet left behind by an old staff member from years ago.
Could someone please help me understand the logic behind it?
=IF(C8="?",(C4*0.95),(C4*(C8+C6)/100))
I'm reading it as...
IF cell C8 = any number, even 0, THEN the cell=95%of C4,
ELSE (if the cell doesn't =0 or any other number) the cell =C8+C6% of C4
Am I understanding that corretly?
If so, what value of C8 will make the IF statement False? (ie cell=C8+C6% of C4
Please help gang... I have to deal with this in a meeting tomorrow.