Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need cell G33 to return 10% of G32, unless G32 exceeds 250
|
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(G32<=250,G32*10%,"GreaterThen250")
" wrote: I need cell G33 to return 10% of G32, unless G32 exceeds 250 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
thanks!
"Mike" wrote: =IF(G32<=250,G32*10%,"GreaterThen250") " wrote: I need cell G33 to return 10% of G32, unless G32 exceeds 250 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel2007 hotkey | New Users to Excel | |||
Excel2007 - draw a line | Excel Discussion (Misc queries) | |||
complex randbeween formula, Excel2007 | Excel Worksheet Functions | |||
where is excel2007 installed? | Setting up and Configuration of Excel | |||
SUM formula in Excel2007 | Excel Worksheet Functions |