Hi guys,
First of all, thank you for all the content you can find on this site and for the help you provide.
I publish today because recently I have a unexplainable problem on excel:
For 1 month, I have been working on a file where I mainly use IF / Large Functions. My formulas worked very well, but since 1 week it doesn't work anymore. Do you know if there was an update on the function or had you already encountered the problem?
Here is an example of a formula that worked 2 weeks ago and now nothing more. The objective of the formula is to show the maximum number that the first name Paul can have in the table. The “if“ function no longer works as before, i dont understand. The result has to be 6 but it shows 0….
Thank you in advance, and I remain at your disposal if you need more information
Cheers
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Number[/TD]
[TD]Top[/TD]
[TD]Name[/TD]
[TD]Result[/TD]
[/TR]
[TR]
[TD]Paul[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]Paul[/TD]
[TD]=LARGE(IF(A2:A6=D2;B2:B6);C2)[/TD]
[/TR]
[TR]
[TD]Chef[/TD]
[TD]2
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Chef[/TD]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Chef[/TD]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Paul[/TD]
[TD]6[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
First of all, thank you for all the content you can find on this site and for the help you provide.
I publish today because recently I have a unexplainable problem on excel:
For 1 month, I have been working on a file where I mainly use IF / Large Functions. My formulas worked very well, but since 1 week it doesn't work anymore. Do you know if there was an update on the function or had you already encountered the problem?
Here is an example of a formula that worked 2 weeks ago and now nothing more. The objective of the formula is to show the maximum number that the first name Paul can have in the table. The “if“ function no longer works as before, i dont understand. The result has to be 6 but it shows 0….
Thank you in advance, and I remain at your disposal if you need more information
Cheers
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Number[/TD]
[TD]Top[/TD]
[TD]Name[/TD]
[TD]Result[/TD]
[/TR]
[TR]
[TD]Paul[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]Paul[/TD]
[TD]=LARGE(IF(A2:A6=D2;B2:B6);C2)[/TD]
[/TR]
[TR]
[TD]Chef[/TD]
[TD]2
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Chef[/TD]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Chef[/TD]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Paul[/TD]
[TD]6[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]