Unable to convert to column formula
I am trying to convert the following cell formula to a column formula:
=IFERROR(IF([Duration to Transport and Return]@row * $Column$1 <= 0, "", [Duration to Transport and Return]@row * $Column$1), "")
I keep on getting the following :
What am I doing wrong? Any assistance would be grateful.
Answers
-
If you have absolute references in your formula (like your $Column$1) you cannot convert it to a Column Formula.
-
Hey Vinton!
As Sameer said, you can't have absolute references in formula if you want to make it a column formula
Here's your workaround:
1.)Create a Helper Cell in your Sheet Summary.
2.)Make that look @ $Column$1 (e.g. =$Column$1)
3.)Then make your Column Formula look at the Sheet Summary Helper Cell:
=IFERROR(IF([Duration to Transport and Return]@row * [Helper Cell]# <= 0, "", [Duration to Transport and Return]@row * [Helper Cell]#), "")
Should work like a charm!'
-Jon Mark
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!