|
|
|
|
|
|
|
|
Office
Question:I have two forms using the instructions IF. I would like to take the calcuations of the two and add them together but not very well how to do.The same cell contains the following formulas:"1. = IF(AG3="Y",(0.3*0.5*K3)/100," ")"2 = IF (AE4 > 0, IF (I4 = "S",(M4-AE4): 100, IF (I4 = "B", (AE4 - M4) "/ 100," "")) "," "")What must occur if two formulas in the same cell and the value of each...Read More
Posted: 30 Mar 2012
Tags:
Adding two values with IF statement
Adding
two
values
with
statement
|
|
|
|
|
|
|
|
Office
Question:I need some help creating a DLookup() statement or elookupAt the present time I haveDLookUp ("maxofdtapproR", "qry_dtapproR_Max", "(([PlanifIngId]_="_&_[tbl_Planification_Ingenierie].)) ") [[] PlanifIngId] & ") and ([NoEmission] ="& [qry_dtApproP_Max_ApproGestion].")" [[] NoEmission] & "))")The problem I have is that [NoEmission], which is a number, is not always a value. This...Read More
Posted: 30 Mar 2012
Tags:
Unable to field table links values based on NULL values
Unable
field
table
links
values
based
NULL
|
|
|
|
|
|
|
|
|
|
|
Office
Question:I try to do the following, but it does not work. I don't know if I have the code in the correct section or not.Private Sub Worksheet_SelectionChange(ByVal_Target_As_Range)If Range ("B11").Interior.ColorIndex = vbRed thenRange ("M11").Value = 1If Range ("B11").Interior.ColorIndex = vbYellow thenRange ("M11").Value = 5End IfEnd IfEnd SubAnswer:That worked. Is there a way to get to a range of...Read More
Posted: 06 Mar 2012
Tags:
Entering values depending on the color of cell
Entering
values
depending
the
color
cell
|
|
|