rogster001
New Member
- Joined
- Jun 17, 2010
- Messages
- 45
Hi all,
Further to my somewhat garbled post yesterday, i think the problem amounts to this:
I am going to have a bash at getting this syntax in excel, but could anbody also give any tips on a possible function statement to implement this?
cheers
Further to my somewhat garbled post yesterday, i think the problem amounts to this:
Code:
if(row_number <= currentWeekValue)
{
cell[row][column] = (do a sum function or simple arithmetic operation)
}
I am going to have a bash at getting this syntax in excel, but could anbody also give any tips on a possible function statement to implement this?
cheers