HockeyDiablo
Board Regular
- Joined
- Apr 1, 2016
- Messages
- 182
I am trying to run this simple code but once its ran, I get these unneeded (U) in th final result and get an error.
This is what the results are and I get an error
[TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64, align: center"]#NAME? error[/TD]
[/TR]
</tbody>[/TABLE]
Code:
Range("B2").Select ActiveCell.FormulaR1C1 = _
"=SUMIF(ertwertwertre!T:U,Sheet1!A2,ertwertwertre!U:U)"
This is what the results are and I get an error
Code:
=SUMIF(ertwertwertre!T:(U),Sheet1!'A2',ertwertwertre!U:(U))
<tbody>[TR]
[TD="width: 64, align: center"]#NAME? error[/TD]
[/TR]
</tbody>[/TABLE]
Last edited: