Deuce Bucksman
Board Regular
- Joined
- Jan 17, 2011
- Messages
- 102
Hello, gurus.
Is there anyone who can tell me what I'm doing wrong? I'm trying to make it so if there is an error, or there is an IRR larger than 1,000 then the calculation will reflect NA. Any guidance would be much appreciated. Thanks!
=IFERROR((1+IRR(F68:CG68,0.01))^4-1,"NA"),or(if((1+IRR(F68:CG68,0.01))^4-1>1000,"NA"))
Is there anyone who can tell me what I'm doing wrong? I'm trying to make it so if there is an error, or there is an IRR larger than 1,000 then the calculation will reflect NA. Any guidance would be much appreciated. Thanks!
=IFERROR((1+IRR(F68:CG68,0.01))^4-1,"NA"),or(if((1+IRR(F68:CG68,0.01))^4-1>1000,"NA"))