indirect formula help please
=SUMIF(U$22:U$527,B9,P$22:P$527)
What is X then?
=SUMIF(U$22:U$527,Indirect("A" & x-2),P$22:P$527)
if x is a defined name. or if you want to refer to a cell for the value of x
=SUMIF(U$22:U$527,Indirect("A" & B3-2),P$22:P$527)
--
Regards,
Tom Ogilvy
"Gary Keramidas" wrote:
how can i use indirect to replace the x - 2 in the criteria argument with a cell
reference?
can't seem to figure it out.
=SUMIF(U$22:U$527,"X - 2",P$22:P$527)
--
Gary
|