sum product

chazzerman01

Board Regular
Joined
Nov 18, 2019
Messages
65
1574079514618.png


I have another problem, the formula I have used is =SUMPRODUCT(--(RIGHT(I6,5)>="66667")) and I'm using it so that when any of the numbers in the I column reach "a number".66667 then it adds a day to the date as shown in orange. the problem im having is that in one of the boxes (i11) theres a number which is 0.41667 and it includes it in the equation and marks it as 1(true) even though it should stay 0 (false)
hope you can help and I hop eth photo is clear enough
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
The value you are referring to probably has more decimal places than are showing in the cell and the formula is looking at the right of the number, not the right of the cell.
You might need to round the numbers in the column to 5 decimal places.
 
Upvote 0

Forum statistics

Threads
1,214,942
Messages
6,122,366
Members
449,080
Latest member
Armadillos

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