Forum Discussion
Kmay
Apr 10, 2025Copper Contributor
I need help creating a formula
A = Adults, K=Kids
I need to come up with a formula to calculate how many Adults and Kids total together who selected Yes. Here's an example:
AnzaGen On a Mac the horizontal scroll bar sits above of the sheet tabs. There is no option to shrink/expand or hide it and it follows the width of the Excel window.
The number of visible sheet tabs depends on the length of the sheet names and the size of your window/screen. For example, on my 13" MB Air (full screen) I can fit 16 default tabs (Sheet1 - Sheet16) and they will not wrap to the next row when I add more.
You could suggest it as a new feature. Perhaps MS will do something about it. Help, Feedback, 'I have a suggestion'
1 Reply
Sort By
=SUM(G3:H100*(F3:F100="Yes"))
Adjust the ranges as needed.