My requirement as i have an Excel Reports that is having a various tabs in it as Input and output. So using input tab i have to write the Result in Output Tab in same Excel.
Considering Salary (Input) tab i have to post the values in Teamwise Salary (Output) tab.
But one more thing as i need all data should be Post in Row 3 as format is given because there is formula’s associated with all columns and we only have to paste the data in it, if we remove all the Data from 3rd Row then formula’s are removed and our requirement is not working. Please suggest.
Thanks Attached the Report in Yellow Highlighted row there is formula i.e. in Employee name there addition of Records 2 record its show 2 then amount addition.Reports.xlsx (42.0 KB)
I tried but didn’t get can you please share where i should assign so that i can get formula should works.Reports.xaml (18.4 KB) Reports.xlsx (44.0 KB) !
Name1+Name4=2 (=COUNTA(B4:B6))
38992+46011=85003 (=SUM(C4:C6))