- ©«¤l
- 835
- ¥DÃD
- 6
- ºëµØ
- 0
- ¿n¤À
- 915
- ÂI¦W
- 16
- §@·~¨t²Î
- Win 10,7
- ³nÅ骩¥»
- 2019,2013,2003
- ¾\ŪÅv
- 50
- ©Ê§O
- ¨k
- µù¥U®É¶¡
- 2010-5-3
- ³Ì«áµn¿ý
- 2024-11-14
|
- Sub nn()
- Dim lRow As Long
-
- lRow = Rows.Count
- Do Until lRow = 1
- lRow = Cells(lRow, 13).End(xlUp).Row
- If Cells(lRow, 12) <> 0 And Cells(lRow, 12) <> "" Then
- Cells(lRow, 14) = (Cells(lRow, 13) - Cells(lRow, 12)) / Cells(lRow, 12)
- Else
- Cells(lRow, 14) = (Cells(lRow, 13) - Cells(lRow, Cells(lRow, 13).End(xlToLeft).Column)) / Cells(lRow, Cells(lRow, 12).End(xlToLeft).Column)
- End If
- lRow = lRow - 1
- Loop
- End Sub
½Æ»s¥N½X |
|