Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i want to be able to add 20 to 101+20 as an example, therefore the result in
the cell would be 101+40, then copy it so it would go on 101+60, 101+80 etc. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way:
Manually: A1: 101 A2: 121 Select A1 & A2, drag the fill handle (the lower right corner) down as far as required. By Formula: A1: 101 A2: =A1 + 20*(ROW()-ROW(A1)) copy down. In article , "boatbuilder" wrote: i want to be able to add 20 to 101+20 as an example, therefore the result in the cell would be 101+40, then copy it so it would go on 101+60, 101+80 etc. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() This is definitely not the best way to do this but it works: In the cell at the top of the column enter '0000000 (with an apostrophe) In the next cell down put this formula: ="101+"&(20+MID(C7,5,3)) And copy down. I think this will give you the result you are looking for. -- mphell0 ------------------------------------------------------------------------ mphell0's Profile: http://www.excelforum.com/member.php...o&userid=30153 View this thread: http://www.excelforum.com/showthread...hreadid=500731 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formatting number value to text value in excel | Excel Worksheet Functions | |||
Excel - turn a page number in a header from horizontal to vertical | Charts and Charting in Excel | |||
Excel random number | Excel Discussion (Misc queries) | |||
Excel 2003 random number generator | Excel Discussion (Misc queries) | |||
how to increase maximum number of columns in excel 2003 | Excel Discussion (Misc queries) |