Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default Conditional test

I am trying to use the if condition to try and achieve the following outcome
from a list as a drop down box.

1. If the value in cell A2 = x (this is a text input an if true)
then
value in cell J2 = Sum(B2:H2)*40%
else
value in cell J2 = Sum(B2:H2)*42.5%
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Conditional test

Try in J2:
=IF(A2="","",IF(A2="x",SUM(B2:H2)*40%,SUM(B2:H2)*4 2.5%))

Success? Click the YES below
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
---
"Abraham Zacharia" wrote:
I am trying to use the if condition to try and achieve the following outcome
from a list as a drop down box.

1. If the value in cell A2 = x (this is a text input an if true)
then
value in cell J2 = Sum(B2:H2)*40%
else
value in cell J2 = Sum(B2:H2)*42.5%

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
Conditional formatting to test blank text cell Andyjim Excel Worksheet Functions 4 January 10th 08 08:45 PM
Calculate mean of test scores from rows of test answers RiotLoadTime Excel Discussion (Misc queries) 1 July 26th 06 05:14 PM
Conditional Formatting to Test Value in Cell Carroll Excel Worksheet Functions 3 March 9th 06 07:38 PM
how: if, conditional test, true (do nothing if false) jwhitney Excel Discussion (Misc queries) 3 September 13th 05 03:33 PM
Multiple-Test Conditional Formatting BruceS Excel Discussion (Misc queries) 4 May 30th 05 05:03 PM


All times are GMT +1. The time now is 12:06 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"