Hi,
I tried alot but could not do the following:
i have data in the range M11:O1844. I want that by a click of a button, all the data in the range M11:O1844 is copied and paste special in the range G11:I1844.
How can this be acieive by VBA. Please define steps also to run as whenever i...
Hi, i am trying to add values in a row given that when i enter a week number it sum up all the values from the start uptill that week. e.g
in the below data, i like to sum uptil 201425 and next week when i enter 201426 it should sum all from 201423 till 201426 and so on each week. i have...
dear somendra Misra / GFC,
thanks for such a beautiful work, appropriated your replies.. hope we will be get i touch again and again... and will learn alot from you guys .. :)
i have to column named "PO" and "RO". i have to count the values of PO but condition is like :
PO RO
1 a
2 b
3 c
if RO has all values, count PO values (ans "3") and if
PO RO
1
2 b
3 c
if RO has any empty value, count PO value only for RO values has (ans 2)