Code:
=IF(C3>300000;IF(C3>600000;IF(C3>900000;IF(C3>1200000;IF(C3>1800000;IF(C3>2399999;300000);210000);90000);60000);45000);0)
|
Team Leader
|
![]() |
| 28Sep2007,14:17 | #1 |
|
Can anyone help me write this Excel formula in C/C++
Code:
=IF(C3>300000;IF(C3>600000;IF(C3>900000;IF(C3>1200000;IF(C3>1800000;IF(C3>2399999;300000);210000);90000);60000);45000);0) |
|
Go4Expert Founder
|
![]() |
| 28Sep2007,17:06 | #2 |
|
My Excel says its an invalid one.
|
|
Team Leader
|
![]() |
| 28Sep2007,18:16 | #3 |
|
It's a valid one, cause I used it on an Excel sheet, btw i have solved it,
Code: C
|