Hello,
I am trying to find a vba code that will find blank cells in a certain column, and replace these cells with a formula that includes the range of cells above (up until the next blank cell)
for instance, cells C3:C15 are filled in, C16 is blank, I want a code that can find the blank C16, and insert the following code:
countif(C3:C15,"*C*")/ counta(C3:C15)
Thank you so much in advance!!
Configuration: Windows XP Internet Explorer 7.0