Apportioning using vlookup+???

reckless2k2

New Member
Joined
Feb 5, 2007
Messages
37
Office Version
  1. 365
Platform
  1. MacOS
I'll try my best to explain.

Sales tax is collected by store but returns tax is consolidated by region. I used the following formula with success:

=IF(ISNA(VLOOKUP(F11,RTNS,3,FALSE))=TRUE,0,VLOOKUP(F11,RTNS,3,FALSE))/(COUNTIF($F$10:$F$1281,F11))

The problem is that some stores do not have sales because they are closed.

How can I modify the formula to say only count if the sales for the particular line is greater than zero? I tried something like this instead of countif but it did not work:

=SUMPRODUCT(F10:F59=F16)--(O16>0)

Thanks for any help.
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.

Forum statistics

Threads
1,224,600
Messages
6,179,836
Members
452,947
Latest member
Gerry_F

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