conditional formula

R

restes

is it possible to include and or exclude a number/cell from the result of a
formula based on format of cell?

ie if the shading is anything other then no fill i want to not add it into
toal but is it is no fill have it included in formula.
 
J

John C

There are VBA choices to choose from, if you search I'm sure you will find
it. However, if the shading is based on some condition, it is usually easier
to just some based on the same conditions...
 
R

restes

where would i search?

John C said:
There are VBA choices to choose from, if you search I'm sure you will find
it. However, if the shading is based on some condition, it is usually easier
to just some based on the same conditions...
 
J

John C

If you are accessing these groups from the Microsoft website, you could
search under Excel--> Programming.
also, you might take a look at Pete's response.
 
Top