Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The following line of code gives me a #VALUE!
Cells(R, C).Value = Evaluate("SUMPRODUCT(--(" & RngP5.Address(External:=True) & "=" & Cr1.Address & "), --(" & RngP1.Address(External:=True) & "=" & Cr7.Address & "), --(" & RngP1.Address(External:=True) & "<=" & Cr8.Address & _ "), --(" & RngP3.Address(External:=True) & "=" & Cr3.Address & "), --(" & RngP2.Address(External:=True) & "=" & Cr2.Address & "))") But if I change this from (just the first few char and rest as same) Cells(R, C).Value = Evaluate("SUMPRODUCT to Cells(R, C).Formula = ("=SUMPRODUCT it puts the formula in the worksheet and I get the desired result. What is this??? -- Baapi |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Eliminating the high 4 values | Excel Worksheet Functions | |||
High and Low values in column | New Users to Excel | |||
ID High Values | Excel Discussion (Misc queries) | |||
sumif remove high/low values | Excel Discussion (Misc queries) | |||
Set an Excel generated CDO email's priority or importance to 'high' or'highest'... | Excel Programming |