Hi all,
I have several cell's (5).
After the calculating the number of years working, then I want to show in another cell a number.
To calculate de number of years working like this:
=Year(C4)-Year(C3) : this code is working perfectly
To calculate the equal number of working I'm using this code:
=IF(C9>17;"585";"580") : is also working perfectly
The problems began when I want to add another function:
=IF(ISNUMBER(C7);"430") : this code works alone
What I want is to create one function like this:
=IF(ISNUMBER(C7);"430");IF(C9>17;"585";"580") : this function doesn't work.
Thanks in advance,
Bookmarks