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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!