Need an autofill number
Hi,
1) I need a formula, which can fill number automatically
Ex: series of num 1,2,3..... if i select a cell next number should come automatically!!!
2) Two coloumns A & b, If I select a cell in colounm A , automatically another cell should autofill in column B.
EX:
Green, Blue, Red-----Coloumn A
8h, 10h, 24h------- coloumn B
IF I select Blue in A column , 10h should autofill in B colounm,
Please help me
Best Answer
-
The formula above should work in the dropdown.
As for the series... Are you able to provide a screenshot that shows what you are trying to accomplish?
Answers
-
You would use a nested IF statement for your provided example. Something along the lines of this in Column B...
=IF([Column A]@row = "Green", "8h", IF([Column A]@row = "Blue", "10h", IF([Column A]@row = "Red", "24h")))
-
Thanks for writing paul,
It is working fine...
How to write same formula for dropdown??(Green, blue, Red) in dropdown in column A and (8h,10h,24h) in dropdown in coloumn B.
And please address this one as well
1) I need a formula, which can fill number automatically
Ex: series of num 1,2,3..... if i select a cell next number should come automatically!!!
)
-
The formula above should work in the dropdown.
As for the series... Are you able to provide a screenshot that shows what you are trying to accomplish?
-
Yeah paul, that works absolutly fine now...
Could you please address this one ??/
1) I need a formula, which can fill number automatically
Ex: series of num 1,2,3..... if i select a cell next number should come automatically!!!
Thanks...
-
Are you able to provide a screenshot with manually entered data that shows what you are trying to accomplish?
-
Hi,
Numbers are in 0001,0002,0003,.... the arrow showing cell should auto fill i,e 0006 should come if I click the cell.
-
You can insert an auto-number column and then put the leading zeros in the "Fill" field. It won't automatically populate when you click on a cell, but it will populate on each row as you insert new data.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!