Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Bear in mind that by putting your 0.20 and 0.40 in quotes you are outputting
a text string, not a number. -- David Biddulph "polardude1983" wrote in message ... "polardude1983" wrote: basically what i want to do is if Cell number H2 is greater then 0.01 and less then 0.99 then H2 equals 0.20 but if H2 is greater then 1.00 and less then 9.99 then H2 equals 0.40 can anybody help me with this? i have this so far =IF(AND(H2<0.99,H20.01),"0.20","Invalid") I GOT IT here is for some people who might want to know =IF(AND(H2<=0.99,H2=0.01),"0.20",IF(AND(H2<=9.99, H2=1),"0.40","INVALID")) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I perform mathematical convolution in Excel? | Excel Discussion (Misc queries) | |||
Excel 5 and Excel 2000 question. | Excel Discussion (Misc queries) | |||
Conditional Equations in Excel | Excel Worksheet Functions | |||
Mathematical explanations/equations for Excel functions in "Help" | Excel Worksheet Functions | |||
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER | New Users to Excel |