Help with this formula

Aimee S.

Board Regular
Joined
Sep 28, 2010
Messages
236
Office Version
  1. 365
Platform
  1. Windows
Hi again folks!

=IF(AND(C4<>"ISP & OSP - PRC",'2-FactoryRefinedDataPull'!M3:N3<>""),MAX('2-FactoryRefinedDataPull'!N4,'2-FactoryRefinedDataPull'!M4),"")

I tried this on my own and it isn't quite working right.

Look at C4 and if value there does not equal "ISP & OSP - PRC" *and* there is no value in either of cells '2-FactoryRefinedDataPull'!N4 or '2-FactoryRefinedDataPull'!M4, make C4 blank.

If C4 has value that does not equal "ISP & OSP - PRC" and there *is* a value in range '2-FactoryRefinedDataPull'!N4:'2-FactoryRefinedDataPull'!M4
have C4 show the MAX of any available values in range
'2-FactoryRefinedDataPull'!N4:'2-FactoryRefinedDataPull'!M4

:confused:
Aimee in Madtown
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
does this help?

PHP:
=IF(AND("ISP & OSP - PRC"<>C4,COUNTA('2-FactoryRefinedDataPull'!M3:N3)<>0),
     MAX('2-FactoryRefinedDataPull'!N4,'2-FactoryRefinedDataPull'!M4),"")
 
Upvote 0

Forum statistics

Threads
1,224,518
Messages
6,179,253
Members
452,900
Latest member
LisaGo

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