#1   Report Post  
Ruthki
 
Posts: n/a
Default 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

  #2   Report Post  
khaos
 
Posts: n/a
Default


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   Report Post  
Ruthki
 
Posts: n/a
Default


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   Report Post  
khaos
 
Posts: n/a
Default


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   Report Post  
khaos
 
Posts: n/a
Default


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   Report Post  
Ruthki
 
Posts: n/a
Default


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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Comma is not visible in Excel DrNASA Excel Discussion (Misc queries) 1 March 10th 05 04:51 PM
Comma delimited bank info [email protected] Excel Discussion (Misc queries) 4 January 25th 05 10:55 AM
Comma delimited question Carol Excel Discussion (Misc queries) 2 January 15th 05 11:32 AM
HELP - I need to change space delimited to comma? Mayer Excel Discussion (Misc queries) 1 December 18th 04 06:21 PM
.CSV file format - comma or semi-colon? bavjean Excel Worksheet Functions 5 November 12th 04 12:26 PM


All times are GMT +1. The time now is 02:19 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"