coding123456
New Member
- Joined
- Feb 11, 2025
- Messages
- 5
- Office Version
- 365
- Platform
- Windows
I have table report looks like the attached
The period End/Start Represents the Month.Year 008.2026
I need a formula where it the Periods does not exceed the Present contract end to take the 8%, if exceeds to take the new rate example
The current formula applied seems neglected the Year. The formula reads the logic of the front 3 digits. How can i make this work?
Present =IFNA(IFS(L$46 <=$B$34,$B$35,L$46>=$C$34,0)*L50,"Please Check Period")
Future =IFNA(IFS($C$34 = "", "",L$46 <=$B$34,0,L$46>=$C$34,$C$35)*L$50,"Please Check Period")
The period End/Start Represents the Month.Year 008.2026
I need a formula where it the Periods does not exceed the Present contract end to take the 8%, if exceeds to take the new rate example
The current formula applied seems neglected the Year. The formula reads the logic of the front 3 digits. How can i make this work?
Present =IFNA(IFS(L$46 <=$B$34,$B$35,L$46>=$C$34,0)*L50,"Please Check Period")
Future =IFNA(IFS($C$34 = "", "",L$46 <=$B$34,0,L$46>=$C$34,$C$35)*L$50,"Please Check Period")