Hi all,
The below code, I am trying to change the "<1" to reference a cell that contains the value 1.
When I substitute the cell for the hard number, doesn't seem to work. Any ideas?
Thanks!
The below code, I am trying to change the "<1" to reference a cell that contains the value 1.
When I substitute the cell for the hard number, doesn't seem to work. Any ideas?
Thanks!
Code:
Range("E21").FormulaR1C1 = _
"=SUMPRODUCT(SUMIFS(Data_notional_weight,Data_security_type,FI_security_types,Data_duration,[B]""<1""[/B]))"