Want to give a value to each cell
Closed
rasel
-
Feb 13, 2010 at 10:30 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 14, 2010 at 08:07 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 14, 2010 at 08:07 AM
Related:
- Want to give a value to each cell
- How to delete a cell in word - Guide
- Based on the values in cells b77 b81 what function can automatically return the value in cell c77 ✓ - Excel Forum
- If cell contains text then return value multiple conditions ✓ - Excel Forum
- The following excel image has a vba program (see below). what will be the result after the program is executed? any cells not displayed are currently empty, and any cells with numbers are formatted numeric. sub afdo a=0 lastrow = cels(rows. count, 1). end(xdup). row for i =14 to lastrow step 2 a=a cellsii. 5) value next cells(lastrow 2, 1) value = "the sum - Guide
- Excel multiple lines in one cell - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Feb 14, 2010 at 08:07 AM
Feb 14, 2010 at 08:07 AM
you have to define your own function to do that sort of sum, so instead of using A1+B1 or Sum(A1:B1), you would be calling that function to do the sum