kuldeepjainesl
Member
Hello,
I know the Min if can be achieved by something like
Now i am stuck in the if condition where i only need to match first 7 Characters of the range to specified value. I tried
but i know this is wrong.
How to include Left function in Min if
I know the Min if can be achieved by something like
Code:
{=MIN(IF($A$2:$A$20=$B$2,$D$2:$D$20))}
Now i am stuck in the if condition where i only need to match first 7 Characters of the range to specified value. I tried
Code:
{=MIN(IF(LEFT(Severity_level,7)="*"&'Variable Used'!B8&"*",Date_Severity_Assign))}
How to include Left function in Min if