View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Excel IF Formula for an inventory...

=IF(K25I25,"Inventory above range",IF(K25<J25,"Inventory below
range","Inventory within range"))
--
David Biddulph

"Allan Grates" <Allan wrote in message
...
Please, I need help with a formula,

I'm looking for a formula (Something like the IF formula) that will allow
me
to show three(3) different text expressions in one cell according to
mathmatic range. Currently, the only one I can figure out is:
=IF(K25I25,"Inventory above range","Inventory within range"). I have
tried
the =IF(AND.... & =IF(OR... formulas. I would like for the cell to have
the
ability to report: "Inventory above range", "Inventory within range" &
"Inventory below range".