BleepingComputer.com: Excel References

Jump to content


Register a free account to unlock additional features at BleepingComputer.com
Welcome to BleepingComputer, a free community where people like yourself come together to discuss and learn how to use their computers. Using the site is easy and fun. As a guest, you can browse and view the various discussions in the forums, but can not create a new topic or reply to an existing one unless you are logged in. Other benefits of registering an account are subscribing to topics and forums, creating a blog, and having no ads shown anywhere on the site.

Click here to Register a free account now! or read our Welcome Guide to learn how to use this site.

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Excel References

#1 User is offline   stevenc1010 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 34
  • Joined: 11-July 08

Posted 31 December 2008 - 04:51 PM

I am trying to create a field that is comprised of other fields. For example:

I want my A1 column text to be information from column B1, C1, and D1. So a formula would look like =A1-B1-D1 but obviously this will subtract tbe three cells from each other. I want it to look like Dog-Cat-Fish.

I hope I am explaining this well enough. I appreciate any help offered. Im not even sure if this is possible in excel though.

-Steve

#2 User is offline   jgweed 

  • Forum Addict
  • PipPipPipPipPipPip
  • Find Topics
  • Group: Global Moderator
  • Posts: 27,228
  • Joined: 11-April 04
  • Gender:Male
  • Location:Chicago, Il.

Posted 31 December 2008 - 06:35 PM

Text does not work in the same way as numeric data, which seems to be what you want to accomplish; do I understand that you want words to subtract from themselves, or do you simply want to place (in your example) three words each from a different column, separated by a dash, in another column?
Cheers,
John
Whereof one cannot speak, thereof one should be silent.

#3 User is offline   stevenc1010 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 34
  • Joined: 11-July 08

Posted 31 December 2008 - 06:50 PM

Like my example, I want column A1 to have three words separated by dashes from three other columns. However, A2 could be different because B2 is different from B1.

Sorry, a little tough to explain in writing. Thanks for the quick reply.

#4 User is offline   tos226 

  • BleepIN--BleepOUT
  • PipPipPipPipPipPip
  • Find Topics
  • Group: Members
  • Posts: 1,412
  • Joined: 21-October 04
  • Gender:Female
  • Location:LocalHost

Posted 01 January 2009 - 09:40 PM

You do not want arithmetic operations, right?
You want words to be concatenated, but with dashes in between the words, and furthermore, you don't care if the length of those strings is unequal. If this is what you mean, just type this:
=B1 & "-" & C1 & "-" & D1

Regarding your "So a formula would look like =A1-B1-D1 but obviously this will subtract tbe three cells from each other"
Sorry, that's impossible! It will subtract B1 and D1 from A1 so long as those cells are numbers and not text :thumbsup:

This post has been edited by tos226: 01 January 2009 - 09:47 PM


#5 User is offline   stevenc1010 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 34
  • Joined: 11-July 08

Posted 01 January 2009 - 11:41 PM

That is exactly what I needed. Thanks man, you just saved me a lot of time.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users