IF Formula - Not Working
Why isn't this working? The yellow fields should be returning the numbers in the column "2023 Beginning Balance- Char" because they are UNDER 5600 (per my formula). But they are reading the 700 and 798.56 as OVER 5600 and returninng 5600.
=IF([2023 Beginning Balance - Char]12 >= "5,600.00", "$5,600.00", IF([2023 Beginning Balance - Char]12 < "5,600.00", [2023 Beginning Balance - Char]@row)
Best Answer
-
When using in a formula you just enter the number (no $ sign or quotations).
=IF([2023 Beginning Balance - Char]12 >= 5600, 5600, IF([2023 Beginning Balance - Char]12 < 5600, [2023 Beginning Balance - Char]@row))
Answers
-
When using in a formula you just enter the number (no $ sign or quotations).
=IF([2023 Beginning Balance - Char]12 >= 5600, 5600, IF([2023 Beginning Balance - Char]12 < 5600, [2023 Beginning Balance - Char]@row))
-
I did that originally and it made no difference.
-
I lied. I removed the quotations and that fixed it. Thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!