#1   Report Post  
Posted to microsoft.public.excel.misc
garymme
 
Posts: n/a
Default ifs and ors

can I not to this? it keeps giving me errors...

=IF(D2=OR("AB","NT","YT"),Y2*1.07,IF(D2=OR("BC","S K","MB"),Y2*1.14))

I'm just trying to ask it to calculate something if it is one of the listed
codes, but I'm not sure I'm using my or statment right....
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default ifs and ors

=IF(OR(D2={"AB","NT","YT"}),Y2*1.07,IF(OR(D2={"BC" ,"SK","MB"}),Y2*1.14))



--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)

"garymme" wrote in message
...
can I not to this? it keeps giving me errors...

=IF(D2=OR("AB","NT","YT"),Y2*1.07,IF(D2=OR("BC","S K","MB"),Y2*1.14))

I'm just trying to ask it to calculate something if it is one of the

listed
codes, but I'm not sure I'm using my or statment right....



  #3   Report Post  
Posted to microsoft.public.excel.misc
garymme
 
Posts: n/a
Default ifs and ors

Wow, thanks Bob, its exactly what I was trying to do!

"Bob Phillips" wrote:

=IF(OR(D2={"AB","NT","YT"}),Y2*1.07,IF(OR(D2={"BC" ,"SK","MB"}),Y2*1.14))



--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)

"garymme" wrote in message
...
can I not to this? it keeps giving me errors...

=IF(D2=OR("AB","NT","YT"),Y2*1.07,IF(D2=OR("BC","S K","MB"),Y2*1.14))

I'm just trying to ask it to calculate something if it is one of the

listed
codes, but I'm not sure I'm using my or statment right....




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



All times are GMT +1. The time now is 11:24 PM.

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"