Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() assuming you start in row 1 this would work - =4+(ROW()*2)-2&","&6+(ROW()*2)-2 -- Ruthki ------------------------------------------------------------------------ Ruthki's Profile: http://www.excelforum.com/member.php...o&userid=24503 View this thread: http://www.excelforum.com/showthread...hreadid=391119 |
#2
![]() |
|||
|
|||
![]() Actually that references the row. I kinda need to reference data in a cell for example A1 = (4,6) I need B1 to say "6,8" , Or if A1=(x,y) B1 = (x+2,y+2) Where it references the content instead of the row. But yeah your formal works perfect for the rows -Khaos -- khaos ------------------------------------------------------------------------ khaos's Profile: http://www.excelforum.com/member.php...o&userid=25690 View this thread: http://www.excelforum.com/showthread...hreadid=391119 |
#3
![]() |
|||
|
|||
![]() how about assuming that cell c1 contains your first input of 4,6 =LEFT(C1,FIND(",",C1)-1)+2&","&MID(C1,FIND(",",C1)+1,LEN(C1))+2 -- Ruthki ------------------------------------------------------------------------ Ruthki's Profile: http://www.excelforum.com/member.php...o&userid=24503 View this thread: http://www.excelforum.com/showthread...hreadid=391119 |
#4
![]() |
|||
|
|||
![]() hmm actually when I open up a new excel sheet and in C1 I put in 4,6 and past that formula in cell D1 it returns #!VALUE! Did you ahve the problem? -- khaos ------------------------------------------------------------------------ khaos's Profile: http://www.excelforum.com/member.php...o&userid=25690 View this thread: http://www.excelforum.com/showthread...hreadid=391119 |
#5
![]() |
|||
|
|||
![]() hehe its pretty frustrating because Ic ant get it right -- khaos ------------------------------------------------------------------------ khaos's Profile: http://www.excelforum.com/member.php...o&userid=25690 View this thread: http://www.excelforum.com/showthread...hreadid=391119 |
#6
![]() |
|||
|
|||
![]() works fine for me and returns 6,8 providing the 4,6 is a text entry - is it? -- Ruthki ------------------------------------------------------------------------ Ruthki's Profile: http://www.excelforum.com/member.php...o&userid=24503 View this thread: http://www.excelforum.com/showthread...hreadid=391119 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Comma is not visible in Excel | Excel Discussion (Misc queries) | |||
Comma delimited bank info | Excel Discussion (Misc queries) | |||
Comma delimited question | Excel Discussion (Misc queries) | |||
HELP - I need to change space delimited to comma? | Excel Discussion (Misc queries) | |||
.CSV file format - comma or semi-colon? | Excel Worksheet Functions |