J
Joe
Bob,
It does work when using the same format of the cells ie..
2 wks, however some of my cells contain "stk", "stock"
and 0 (zero) and I need to keep these here. Is there a
way to tell the formula to ignore anything with the 0 or
the letters stk?
Thanks for your help in getting me this far.
Joe
It does work when using the same format of the cells ie..
2 wks, however some of my cells contain "stk", "stock"
and 0 (zero) and I need to keep these here. Is there a
way to tell the formula to ignore anything with the 0 or
the letters stk?
Thanks for your help in getting me this far.
Joe
..-----Original Message-----
Joe,
As long as all cells are entered, and all are of the same format, try this
=MAX(VALUE(LEFT(S5:S16,FIND(" ",S5:S16)-1)))
it's an array formula, so you need to use Ctrl-Shift- Enter to complete the
input.
--
HTH
Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
.