Len if and

horizonflame

Board Regular
Joined
Sep 27, 2018
Messages
186
Office Version
  1. 2013
Hi

I have set-up the below but the LEN calculation seems wrong as LEN that isn't 15 is matching and doing the workday function.

=IF(AND(LEN($B10=15),$C10="Apple"),WORKDAY($I10,45,Info!$B$18:$B$25),
IF(AND(LEN($B10=15),$C10="Banana"),WORKDAY($I10,45,Info!$B$18:$B$25),$I10))

Can anyone see what is wrong please?
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
You've got the clsoing bracket in the wrong place, it should be
LEN($B10)=15,$C10
 
Upvote 0
Can you post some sample data?
 
Upvote 0
[TABLE="width: 327"]
<tbody>[TR]
[TD="width: 128, bgcolor: #D9D9D9"]COLUMN B

[/TD]
[TD="width: 87, bgcolor: #D9D9D9"]COLUMN D
[/TD]
[TD="width: 75, bgcolor: #D9D9D9"]COLUMN I
[/TD]
[TD="width: 146, bgcolor: #D9D9D9"]FORMULA COLUMN
[/TD]
[/TR]
[TR]
[/TR]
[TR]
[TD="bgcolor: #BDD7EE"]777/11215
[/TD]
[TD="bgcolor: #BDD7EE"]Pear
[/TD]
[TD="bgcolor: #BDD7EE"]30/03/2020
[/TD]
[TD="bgcolor: #BDD7EE"]30/03/2020
[/TD]
[/TR]
[TR]
[TD="bgcolor: #BDD7EE"]777/11531
[/TD]
[TD="bgcolor: #BDD7EE"]Apple

[/TD]
[TD="bgcolor: #BDD7EE"]30/09/2019
[/TD]
[TD="bgcolor: #BDD7EE"]30/09/2019
[/TD]
[/TR]
[TR]
[TD="bgcolor: #BDD7EE"]777/00164
[/TD]
[TD="bgcolor: #BDD7EE"]Melon
[/TD]
[TD="bgcolor: #BDD7EE"]31/07/2019
[/TD]
[TD="bgcolor: #BDD7EE"]31/07/2019
[/TD]
[/TR]
[TR]
[TD="bgcolor: #BDD7EE"]777/11392
[/TD]
[TD="bgcolor: #BDD7EE"]Banana
[/TD]
[TD="bgcolor: #BDD7EE"]29/08/2019
[/TD]
[TD="bgcolor: #BDD7EE"]29/08/2019
[/TD]
[/TR]
[TR]
[TD="bgcolor: #BDD7EE"]777/11875
[/TD]
[TD="bgcolor: #BDD7EE"]Banana
[/TD]
[TD="bgcolor: #BDD7EE"]30/09/2019
[/TD]
[TD="bgcolor: #BDD7EE"]30/09/2019
[/TD]
[/TR]
[TR]
[TD="bgcolor: #BDD7EE"]777/11389
[/TD]
[TD="bgcolor: #BDD7EE"]Apple
[/TD]
[TD="bgcolor: #BDD7EE"]31/07/2019
[/TD]
[TD="bgcolor: #BDD7EE"]31/07/2019
[/TD]
[/TR]
[TR]
[TD="bgcolor: #BDD7EE"]777/11390
[/TD]
[TD="bgcolor: #BDD7EE"]Pear
[/TD]
[TD="bgcolor: #BDD7EE"]29/11/2019
[/TD]
[TD="bgcolor: #BDD7EE"]29/11/2019
[/TD]
[/TR]
[TR]
[TD="bgcolor: #BDD7EE"]777/11680/04/01
[/TD]
[TD="bgcolor: #BDD7EE"]Apple
[/TD]
[TD="bgcolor: #BDD7EE"]31/03/2020
[/TD]
[TD="bgcolor: #BDD7EE"]#VALUE
[/TD]
[/TR]
</tbody>[/TABLE]
 
Last edited:
Upvote 0
One thing that springs to mind is the formula is looking at col C, but your sample shows it should be col D.
Also the word Apple on row 10 has a space after it.
Another thing to check is make sure the dates on the info sheet are real dates, rather than text.
 
Upvote 0
One thing that springs to mind is the formula is looking at col C, but your sample shows it should be col D.
Also the word Apple on row 10 has a space after it.
Another thing to check is make sure the dates on the info sheet are real dates, rather than text.

Thanks Fluff - the issue was the dates ref. Cheers!
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,223,886
Messages
6,175,191
Members
452,616
Latest member
intern444

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