IF AND Formula help

EvansB2

Board Regular
Joined
Nov 25, 2008
Messages
245
Office Version
  1. 365
Platform
  1. Windows
Hi there,


I have inserted the following formula and it hasn't worked. It is fairly straightforward in that if cell Y3 had either "Invoiced" or "Part Invoiced" input then return the value in cell W3, otherwise return zero.

[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]=IF(Y3="Invoiced"(AND(OR(Y3="Part Invoiced",W3,0))))

Any help would be gratefully received as will save me hours of work!

Regards

Ben

[/FONT]
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
=if(OR(y3=“inv”,y3=“part”),w3,0)
 
Upvote 0
Apologies for the late reply, I have just realised that I need to update my email address having moved companies!

I'll give it a whirl and hopefully get going

Ben
 
Upvote 0

Forum statistics

Threads
1,216,375
Messages
6,130,245
Members
449,568
Latest member
mwl_y

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