Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional formatting to test blank text cell | Excel Worksheet Functions | |||
Calculate mean of test scores from rows of test answers | Excel Discussion (Misc queries) | |||
Conditional Formatting to Test Value in Cell | Excel Worksheet Functions | |||
how: if, conditional test, true (do nothing if false) | Excel Discussion (Misc queries) | |||
Multiple-Test Conditional Formatting | Excel Discussion (Misc queries) |