ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Comma Woes (https://www.excelbanter.com/excel-worksheet-functions/37642-re-comma-woes.html)

Ruthki

Comma Woes
 

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


khaos


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


Ruthki


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


khaos


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


khaos


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


Ruthki


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



All times are GMT +1. The time now is 09:58 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com