Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi everyone,
Could someone help me with the following formula please? Cell M1 contains formula =IF(A1<J12,(A1*100)," ") What I need is if A1 is less than J12 then A1(*100) should show in the cell but then Cell M2 contains formula =IF(OR(A1=J12,A1<G12),a1*100," ") If A1 is greater than or equal to J12 but less than G12 then A1(*100) should show in the cell Hope this makes sense €“ it is Friday afternoon here and brain cells are firing extremely slowly ;-)) TIA -- Mifty |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Cell M2 contains formula =IF(OR(A1=J12,A1<G12),a1*100," ")
Replace the formula in M2 with this: =IF(AND(A1=J12,A1<G12),A1*100,"") -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Mifty" wrote: Hi everyone, Could someone help me with the following formula please? Cell M1 contains formula =IF(A1<J12,(A1*100)," ") What I need is if A1 is less than J12 then A1(*100) should show in the cell but then Cell M2 contains formula =IF(OR(A1=J12,A1<G12),a1*100," ") If A1 is greater than or equal to J12 but less than G12 then A1(*100) should show in the cell Hope this makes sense €“ it is Friday afternoon here and brain cells are firing extremely slowly ;-)) TIA -- Mifty |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Happy me :-)
That did the trick Many many thanks -- Mifty "Max" wrote: Cell M2 contains formula =IF(OR(A1=J12,A1<G12),a1*100," ") Replace the formula in M2 with this: =IF(AND(A1=J12,A1<G12),A1*100,"") -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Mifty" wrote: Hi everyone, Could someone help me with the following formula please? Cell M1 contains formula =IF(A1<J12,(A1*100)," ") What I need is if A1 is less than J12 then A1(*100) should show in the cell but then Cell M2 contains formula =IF(OR(A1=J12,A1<G12),a1*100," ") If A1 is greater than or equal to J12 but less than G12 then A1(*100) should show in the cell Hope this makes sense €“ it is Friday afternoon here and brain cells are firing extremely slowly ;-)) TIA -- Mifty |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
welcome, glad it helped
-- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Mifty" wrote in message ... Happy me :-) That did the trick Many many thanks -- Mifty |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2002 : Convert Positive Numbers to Negative Numbers ? | Excel Discussion (Misc queries) | |||
VLOOKUP should compare numbers stored as text to plain numbers. | Excel Worksheet Functions | |||
Convert numbers stored as text to numbers Excel 2000 | Excel Discussion (Misc queries) | |||
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? | Excel Worksheet Functions | |||
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? | Excel Worksheet Functions |