If Blank formula help
=IF([Accounts Per Day w/o TOOQL]170 < [Accounts Per Day w/o TOOQL]@row, "Up", IF([Accounts Per Day w/o TOOQL]170 > [Accounts Per Day w/o TOOQL]@row, "Down"))
I want to add if "Accounts Per Day w/o TOOQL" @ Row is blank, leave blank or sideways arrow is fine if i have to choose something.
Best Answer
-
Sorry, here's the working one:
=IF(NOT(ISBLANK([Accounts Per Day w/o TOOQL]@row)), IF([Accounts Per Day w/o TOOQL]170 < [Accounts Per Day w/o TOOQL]@row, "Up", IF([Accounts Per Day w/o TOOQL]170 > [Accounts Per Day w/o TOOQL]@row, "Down", "")))
Answers
-
Try this:
=IF(NOT(ISBLANK([Accounts Per Day w/o TOOQL]@row)), IF([Accounts Per Day w/o TOOQL]170 < [Accounts Per Day w/o TOOQL]@row, "Up", IF([Accounts Per Day w/o TOOQL]170 > [Accounts Per Day w/o TOOQL]@row, "Down"), ""))
-
i am getting incorrect augment set with this..
=IF(NOT(ISBLANK([Accounts Per Day w/o TOOQL]@row), "", =IF(OR(Level@row = "", [Accounts Per Day w TOOQL]@row = ""), "", IF([Accounts Per Day w TOOQL]@row < Level@row, "No", "Yes"))))
-
Try this:
=IF(NOT(ISBLANK([Accounts Per Day w/o TOOQL]@row)), IF([Accounts Per Day w/o TOOQL]170 < [Accounts Per Day w/o TOOQL]@row, "Up", IF([Accounts Per Day w/o TOOQL]170 > [Accounts Per Day w/o TOOQL]@row, "Down"), ""))
-
@Mike TV i am still getting "This column formula syntax isn't quite right" with that :(
-
Sorry, here's the working one:
=IF(NOT(ISBLANK([Accounts Per Day w/o TOOQL]@row)), IF([Accounts Per Day w/o TOOQL]170 < [Accounts Per Day w/o TOOQL]@row, "Up", IF([Accounts Per Day w/o TOOQL]170 > [Accounts Per Day w/o TOOQL]@row, "Down", "")))
-
@Mike TV Thank you!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K 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!