Hello, I am wanting to spill an xlookup of a maximum number but am hitting a #VALUE error. The basic format is:
week
cat
rat
intended result
basic intent
2
34
16
cat
=xlookup(max(b2:c7),$b$2:$c$7,$b$1:$c$1))
3
48
24
cat
4
37
15
cat
5
25
40
rat
6
54
45
cat
7
38
39...