i have one usecase in which i have to copy formula from 1 row & paste to whole row which include some formula Including row index of some dynamic cell(which starts with T).
input sheet:-
column1 column2 column 3
2345 a1+3b a1-3b
1234
T-8456 xy xy
4567
8675
45678
4567
3456
T-4567 xy xy
If the value beside every T related row is constant then you can copy the values in those cells and then use autofill range activity to fill the formula till bottom
Thwn after filling replace the old values itself using the T as anchor
First of all the condition you have for where will get the roes with t …that is the reason i asked ypu to use find/replace so that you get the exact indexes…the value sthat you get are not the correct index
Hi Anil,
Thanks for the response , but thi sline is also failing with same error message(Above one). newt = Cint(currentitem.Replace("A"))-1
Is it possvible for you to share the code in xaml.