checkbox

  • Thread starter Thread starter trey
  • Start date Start date
T

trey

i have another question...i have a checkbox which i have
linked up to a cell on my worksheet... i know when
clicked it states: true and false for being unchecked...
what formula would i need to use to tell the cell for
example true = .25 and false =.0
thanks
trey
 
Use this formula in another cell, where A1 is your
LinkedCell:

=A1*0.25

HTH
Jason
Atlanta, GA
 
thanks jason.... i actually figured a way to do it in a
round about way... this method was a lot easier....
kewl... neighbor...im in marietta...
thanks
trey
 
Back
Top