S
Scott
Hi,
I'm not a function person, usually VB, so I'm not sure how to do this or
know if this is possible.
I'll see if I can explain my problem.
I'm trying to create a sum (cell A6) of the average selected columns, with a
checkbox (tick box).
A B C D
1 123 456 789 159
2
3
4 [] [] [] []
5
6 (Average)
When the tick box is ticked this sets the same cell as the tick box to TRUE.
So if the tick box in A4 is ticked then the cell A4 is set to TRUE.
So when the tick box is ticked the value in row 1 is added to the average
total in A6.
For example, if the tick boxes in A4, B4 and D4 where ticked, the value in
A6 would be the average of these three values.
I've tried to use SUMIF, but not sure if this is correct, probably not.
I've tried something like =SUMIF(A44,TRUE, A11/Total selected), didn't
finish the last bit, don't know how.
Hopefully the above text drawing will show the sort of thing I'm looking
for, but if not then please let me know and I will try and explain it a bit
better.
Hope someone can help,
Thanks
Best regards,
Scott
I'm not a function person, usually VB, so I'm not sure how to do this or
know if this is possible.
I'll see if I can explain my problem.
I'm trying to create a sum (cell A6) of the average selected columns, with a
checkbox (tick box).
A B C D
1 123 456 789 159
2
3
4 [] [] [] []
5
6 (Average)
When the tick box is ticked this sets the same cell as the tick box to TRUE.
So if the tick box in A4 is ticked then the cell A4 is set to TRUE.
So when the tick box is ticked the value in row 1 is added to the average
total in A6.
For example, if the tick boxes in A4, B4 and D4 where ticked, the value in
A6 would be the average of these three values.
I've tried to use SUMIF, but not sure if this is correct, probably not.
I've tried something like =SUMIF(A44,TRUE, A11/Total selected), didn't
finish the last bit, don't know how.
Hopefully the above text drawing will show the sort of thing I'm looking
for, but if not then please let me know and I will try and explain it a bit
better.
Hope someone can help,
Thanks
Best regards,
Scott