Formula help for new user
Will anyone be willing to help me with formula in smartsheet. I am new user and have lots of problems I would like to sort out. But let me start with the most urgent.
I have column 1(SA), 2(SB), 3(SC), 4(ST) and would like to have column 5(CLIN) be filled based on column 1,2,3,4. When column 1 will show number (price) than 2,3 and 4 will show $0.00. There would never be number bigger than 0.00 in more than one column. I would like to achieve that when column 1 is greater than 0.00 then in column 5 there will be text CLIN - SA, When column 2 is greater then 0.00 then column 5 is CLIN - SB, column 3 greater then 0.00 - CLIN -SC, column 4 greater then 0.00 then column 5 CLIN - ST.
Rafal
Comments
-
Can you screenshot a picture of your headers? That would help us see what you are talking about.
-
Total SA, SB, SC, ST as source and I would like to have CLIN - SA, CLIN - SB, CLIN - SC, CLIN - ST from dropped down filled automatically in column "test" .
When there is value in TOTAL SA then CLIN - SA filled in "test" column and the same for other SB, SC,ST
Rafal
-
Try putting this in row 1 and then drag the little square in the bottom right corner to fil it in for the rest of them. As long as only one column has a value greater than 0, you will see the result you're looking for. If two columns have values greater than 0 the one furthest to the right will register. Give it a shot.
=IF([TOTAL (ST)]1>0, "CLIN - ST", IF([TOTAL (SC)]1>0, "CLIN - SC", IF([TOTAL (SB)]1>0, "CLIN - SB", IF([TOTAL (SA)]1>0, "CLIN - SA")
-
Thank You.
It is working as desired.
Rafal
-
Sweet. You're welcome! I'm glad I could assist you.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!