Hi,
Thanks, but it didn't quite work for me
First i cant have , in the formula (maybe some language diff) but i use ;
But it will only give me a #ref?/#name? error
Do I need to do something special due to that i'm looking for a text string?
this is how my formula looks like now
{=MIN(IF(BF50:BF510=CH53;X50:X510))}
BF is where the names are, CH53 is the name im looking for and X is where i look for the min value.
What could be wrong....
Kind regards
JW
Hi,
No CH53 is the cell adress. This cell contains the name of the person.
Hi,
I get the result 4, for the countif formula
which is the correct number of entries for this person
but for the min formula (shift+ctrl+enter) i get #NAME?
If there won't be any negative numbers...I would like to make a formula to find the lowest value, excluding zero, but over multiple pages of the same cell. I think I'm close to the right formula, but am still getting errors.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
<o></o>
=MIN(IF(Sheet1:Sheet7!B2<>0,Sheet1:Sheet7!B2))
and
=MIN(IF(Sheet1:Sheet7!B2,Sheet1:Sheet7!B2))<o></o>
<o></o><o></o>
I use ctrl+shift+enter to finish the formula for both of these attempts, which adds the {}, but still get #Ref Reference Error.
<o></o>
<o></o>
I checked the sheets and they all have a number in the B2 Cell (or are blank) and ALL are formatted to be a number. I'd love a suggestion!
Thanks!!<o></o>