if formula help

plost33

Well-known Member
Joined
Oct 2, 2008
Messages
866
i have the following formula:

=IF(B7>0,COUNTIF('Transaction Log'!$I$3:$I$10000,B7)>0,"")

The formula works fine except when i have a value in B7 of: =right(A7,7)


I have the right formula in alot of cells and the result fo that formula is "" because there is nothing in the respective "A" column.

anyone have any idea why my formula above does not work when the right formula is used?
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Try

=IF(B7="","",IF(B7+0>0,COUNTIF('Transaction Log'!$I$3:$I$10000,B7+0)>0,""))
 
Upvote 0
I have the following formula but it has an error:

=if($D2= "General"(F2+G2)*37), if($D2 ="Oil"(F2+G2)*38), IF($D2 ="Soya/Fat"(F2+G2)*38), if($D2= "Molasses"(F2+G2)*37)

Could anyone help me?

Thanks in advance!
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,729
Members
452,939
Latest member
WCrawford

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