Hi guys,
Im trying to return a text string from an array formula which is using an if statement to determine the required data. a simplified example of the formula is shown below:
{=(IF(((F16:F19="m")*(E16:E19=132)),D16
19))}
i would be able to get this formulae to work if i was trying to return a number, as i would i would use either max or sum infront of the if, e.g.
{=SUM(IF(((F16:F19="m")*(E16:E19=132)),D16
19))}
i cant work out though how to return a text string using this method though.
Cheers
Im trying to return a text string from an array formula which is using an if statement to determine the required data. a simplified example of the formula is shown below:
{=(IF(((F16:F19="m")*(E16:E19=132)),D16
i would be able to get this formulae to work if i was trying to return a number, as i would i would use either max or sum infront of the if, e.g.
{=SUM(IF(((F16:F19="m")*(E16:E19=132)),D16
i cant work out though how to return a text string using this method though.
Cheers