Hi Everyone,
Here i am trying to multiply a particular columns using SUMPRODUCT but its giving me the output as '0'
Can i know why is this happening???
With Worksheets("Pivot") finalcolumn = 1 + .Cells(2, 1).End(xlToRight).Column
.Cells(2, finalcolumn).Select
Nxt = .Cells(2...
Private Sub CmbName_Change()
With Sheets("Sheet1")
Dim i As Long, j As Long
For i = 5 To 9
Select Case .CmbQuest.ListIndex
Case 0: .Cells(2, i + 4) = Application.CountIfs(.[D5:D15], .CmbName, .[I5:I15], i - 4) / Application.CountIf(.[D5:D15]...
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.