Forum Discussion
Brooke Eisenhauer
Aug 07, 2017Copper Contributor
Auto-sum with data validation
I want to auto-sum numbers that are determined through indirect data validation. I created the difficulty column with data validation that determines the drop-down list in Hours/UM. In the Hours/UM column, the user can select multiple numbers. I want to auto-sum the numbers the user selects in the Hours/UM column.
3 Replies
- Logaraj SekarIron Contributor
- Brooke EisenhauerCopper Contributor
I want to auto-sum the hours/UM column.
- Logaraj SekarIron Contributor
If number of records is fixed (i.e. if only two rows). You put =SUM(CELL1,CELL2) as formula.
If number of records varies, I will suggest macro.