View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Block a cell depending on the sum of other cells

Select the cell, then
Look at Data=Validation, select the custom option and put in your formula.
for additional information on using data validation, see

Debra Dalgleish
http://www.contextures.com/tiptech.html

look in the index for data validation.

--
Regards,
Tom Ogilvy


"frenchflo" wrote:

Hi,
I want to be able to block a cell if the sum of other cells are <0
Example:

If Sum(A1:A5)<0 then block A6