Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(E34="RELISYS",1,(IF(E34="SAMSUNG",1,""))
I have this formula for a spread sheet, but need to include cell e33's value into it so if it is a relisys and is e33 = 32 i get the 1 value but all i can seem to get is true or false is there another way??? sparky |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(OR(AND(E33=32,E34="RELISYS"),E34="SAMSUNG"),1, ""))
-- --- HTH Bob (change the xxxx to gmail if mailing direct) "Sparky AKA_Sparkticus" wrote in message . uk... =IF(E34="RELISYS",1,(IF(E34="SAMSUNG",1,"")) I have this formula for a spread sheet, but need to include cell e33's value into it so if it is a relisys and is e33 = 32 i get the 1 value but all i can seem to get is true or false is there another way??? sparky |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Bob Phillips wrote:
=IF(OR(AND(E33=32,E34="RELISYS"),E34="SAMSUNG"),1, "")) Thanks for your reply, the first part works ok but samsung get the answer 1 no matter what number is in e33. sparky |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You didn't menyion E33 for Samsung. I assume you now mean this
=IF(OR(AND(E33=32,E34="RELISYS"),AND(E33=32,E34="S AMSUNG")),1,"")) -- --- HTH Bob (change the xxxx to gmail if mailing direct) "Sparky AKA_Sparkticus" wrote in message . uk... Bob Phillips wrote: =IF(OR(AND(E33=32,E34="RELISYS"),E34="SAMSUNG"),1, "")) Thanks for your reply, the first part works ok but samsung get the answer 1 no matter what number is in e33. sparky |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That work great i tried all sorts of variations to do that but had no luck.
did it with vba in the end but your code works brill and a lot easier then the vba method sparky Bob Phillips wrote: You didn't menyion E33 for Samsung. I assume you now mean this =IF(OR(AND(E33=32,E34="RELISYS"),AND(E33=32,E34="S AMSUNG")),1,"")) "Sparky AKA_Sparkticus" wrote in message . uk... Bob Phillips wrote: =IF(OR(AND(E33=32,E34="RELISYS"),E34="SAMSUNG"),1, "")) Thanks for your reply, the first part works ok but samsung get the answer 1 no matter what number is in e33. sparky -- There's no underestimating the intelligence of the American public. H. L. Mencken (1880 - 1956) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel: 'always choose same cell' symbol for use in formulae | Excel Discussion (Misc queries) | |||
1) I have a formulae in a cell but no corresponding value in £'s | New Users to Excel | |||
Recalculation of formulae disabled | Excel Discussion (Misc queries) | |||
Change to formulae | Excel Worksheet Functions | |||
vlookup change column index position - without changing formulae | Excel Worksheet Functions |