Is there a macro which will sum cells
Closed
nina
-
Apr 12, 2010 at 05:26 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Apr 12, 2010 at 05:39 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Apr 12, 2010 at 05:39 PM
Related:
- Is there a macro which will sum cells
- The following excel image has a vba program (see below). what will be the result after the program is executed? any cells not displayed are currently empty, and any cells with numbers are formatted numeric. sub afdo a=0 lastrow = cels(rows. count, 1). end(xdup). row for i =14 to lastrow step 2 a=a cellsii. 5) value next cells(lastrow 2, 1) value = "the sum - Guide
- Excel online macro - Guide
- Excel arrow keys not moving cells - Guide
- Excel run macro on open - Guide
- How to delete cells in word - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Apr 12, 2010 at 05:39 PM
Apr 12, 2010 at 05:39 PM
How one can say that cheese and milk belong to same group or different ?
Any ways lets say if you have a sheet like this
Now to find cost of dairy products you can have this formula
Any ways lets say if you have a sheet like this
Grocery Type -----Grocery-------------Cost dairy-----------------milk-----------------10 dairy----------------- cheese------------20 meat-----------------chicken-----------12 dairy----------------- egg-----------------2 meat-----------------beef---------------20
Now to find cost of dairy products you can have this formula
=SUMIF(A:A,"=dairy ",C:C)