#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default formulae

=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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,726
Default formulae

=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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default formulae

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,726
Default formulae

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default formulae

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel: 'always choose same cell' symbol for use in formulae dan Excel Discussion (Misc queries) 1 October 9th 06 04:42 PM
1) I have a formulae in a cell but no corresponding value in £'s Michael New Users to Excel 1 June 6th 06 08:05 PM
Recalculation of formulae disabled Astroskibiker Excel Discussion (Misc queries) 2 June 3rd 06 01:21 AM
Change to formulae Emma Hope Excel Worksheet Functions 3 September 5th 05 09:16 PM
vlookup change column index position - without changing formulae loopyloobyloo Excel Worksheet Functions 1 November 26th 04 01:35 PM


All times are GMT +1. The time now is 08:18 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"