Problem With Excel Formula

cadarnofjeal

New Member
Joined
Oct 31, 2018
Messages
1
I have a work spreadsheet that I use to upload products and on the discounts section I use this formula:

=IF(ISERROR(FIND("Retail",$B2)),SUM(INDEX(Products!$N$2:$N$2000, MATCH($A2, Products!$A$2:$A$2000, 0))*0.5),IF(ISERROR(FIND("Distributor",$B2)),IF(SUM($C2>5),SUM(INDEX(Products!$N$2:$N$2000, MATCH($A2, Products!$A$2:$A$2000, 0))*0.542),SUM(INDEX(Products!$N$2:$N$2000, MATCH($A2, Products!$A$2:$A$2000, 0))*0.65)),"Error"))

The problem is that if the customer is a retailer no matter what the value in C5 it will multiply the price by 54.2%?

I'm not sure why this is and have even tried simplifying the file.

Regards,
Cad
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
I assume you mean C2 as that is the cell used in the formula..... it might be that the contents of C2 are text rather than numeric
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,179
Members
453,021
Latest member
Justyna P

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