Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
SweetSin80
 
Posts: n/a
Default Tricky Formula Codes ***Urgent***

This one works fine, =IF(G2="S",H2*0.1,H2*0.05) But if I want to add in
another for "W" this is what I am trying, but it is not working....

=IF(G2=("W",H2*0.15),("S",H2*0.1),H2*0.05)

Help needed and very appreciated!
  #2   Report Post  
Posted to microsoft.public.excel.misc
Elkar
 
Posts: n/a
Default Tricky Formula Codes ***Urgent***

Try this:

=IF(G2="S",H2*.01,IF(G2="W",H2*.15,H2*.05))

HTH,
Elkar


"SweetSin80" wrote:

This one works fine, =IF(G2="S",H2*0.1,H2*0.05) But if I want to add in
another for "W" this is what I am trying, but it is not working....

=IF(G2=("W",H2*0.15),("S",H2*0.1),H2*0.05)

Help needed and very appreciated!

  #3   Report Post  
Posted to microsoft.public.excel.misc
bj
 
Posts: n/a
Default Tricky Formula Codes ***Urgent***

try
=IF(G2="W",H2*0.15,i,if(G2="S",H2*0.1,H2*0.05))

"SweetSin80" wrote:

This one works fine, =IF(G2="S",H2*0.1,H2*0.05) But if I want to add in
another for "W" this is what I am trying, but it is not working....

=IF(G2=("W",H2*0.15),("S",H2*0.1),H2*0.05)

Help needed and very appreciated!

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
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Date stamp formula results? Tricky problem? mjp Excel Discussion (Misc queries) 0 November 18th 05 04:11 PM
adding row to forumla carrera Excel Discussion (Misc queries) 9 August 23rd 05 10:24 PM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 07:51 AM.

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

About Us

"It's about Microsoft Excel"