Check a table column for value and..

johnwill8258

New Member
Joined
Sep 15, 2016
Messages
14
Excel 2013.
For my excel, I want to find the sum of values for those cells that has matching content in the column.

i.e,
In a table:
BCDE
1$5.11TRUE
2$1.42FALSE
3$2.31TRUE
4FALSE
5(FUNCTION)

<tbody>
</tbody>
The last, total row, (FUNCTION), will be used to calculate.
The (FUNCTION) in this case will return $7.42, which is $5.11+$2.31, adding the contents B1 and B3 since corresponding row has its D1 and D3 being TRUE.
I will need help with (FUNCTION).

Additionally, each D column cells have a linked checkbox that will result the cell content being TRUE/FALSE.
How would I format the table so that such cell is applied to all D column? At this point I am manually copying and re-linking each cells.
I've tried macro, but it would create several copies of checkbox instead of one checkbox, and does not re-link.
I've also tried applying the cell format to the whole column, however this also will not re-link.


Help would be appreciated. Thank you!
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes

Forum statistics

Threads
1,214,827
Messages
6,121,816
Members
449,049
Latest member
cybersurfer5000

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top