Help with If and AND

Sean15

Well-known Member
Joined
Jun 25, 2005
Messages
698
Office Version
  1. 2010
Platform
  1. Windows
Hi:

Formula is P18 is returning "" and I don't know why. Formula should return "add 175"

Data range is a pivot table.

Could you help please?




Excel 2010
NOP
14
15Account2010106
16
17Row LabelsSum of Amt
1801/02/18125.00 
1902/01/18860.00
2003/01/18225.00
21Grand Total1,210.00
22
23
Sheet1
Cell Formulas
RangeFormula
P18=IF(AND($O$15="2010106",N18=DATEVALUE("01/02/18")),"add 175","")



Regards,
Sean
 
Last edited:

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Hello Sean,

In the formula, try removing the quotation marks from around 2010106.

Cheerio,
vcoolio.
 
Upvote 0
Hi:

That works, thanks very much.

Regards,

Sean
 
Upvote 0
Hi Sean15,

This works for me:

=IF(AND($O$15=2010106,DATEVALUE(TEXT(N18,"dd/mm/yy"))=DATEVALUE("01/02/18")),"add 175","")

Note the entry in cell O15 is numeric and the entry in cell N18 is an actual date.

HTH

Robert
 
Upvote 0
You're welcome Sean.
I'm glad to have been able to help.
@robert:-

Good approach to the issue. Its a more robust method.

Cheerio,
vcoolio.
 
Upvote 0
Hi vcoolio,

Thanks for that and the like :)

Regards,

Robert
 
Upvote 0

Forum statistics

Threads
1,214,545
Messages
6,120,132
Members
448,947
Latest member
test111

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