Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
gallegos1580
 
Posts: n/a
Default Displaying the results of multiple formulas in a single cell.

This is probably really simple but for some reason I can't figure it out.

Here is the problem I have one cell that contains a long ID#
And one Call that has a quantity and I-d like to show a range of values
based on that quantity but only display the last few characters

For Example

A1: 3ex21h200 - ID#
B1: 45 - Quantiny

Using the =RIGHT(A1,4), I can show just the h200
What I'd like to show is a range that will automatically populate based on
the quantity. And not have to manually imput anything!

For Example

C1: h200 - h245

So far all I can do is get the cell to show the 200 anything I type onto the
end of that formula gives me a formula error, I'm sure there is some way to
close to formula and add tex or other characters, like the hyphen, but I
don't know haw any help would be greatly appreciated. Thanks!


  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi

how about
=RIGHT(A1,4) & " - " & MID(A1,LEN(A1)-3,1) & RIGHT(A1,3)+B1

Cheers
julieD

"gallegos1580" wrote in message
...
This is probably really simple but for some reason I can't figure it out.

Here is the problem I have one cell that contains a long ID#
And one Call that has a quantity and I-d like to show a range of values
based on that quantity but only display the last few characters

For Example

A1: 3ex21h200 - ID#
B1: 45 - Quantiny

Using the =RIGHT(A1,4), I can show just the h200
What I'd like to show is a range that will automatically populate based on
the quantity. And not have to manually imput anything!

For Example

C1: h200 - h245

So far all I can do is get the cell to show the 200 anything I type onto
the
end of that formula gives me a formula error, I'm sure there is some way
to
close to formula and add tex or other characters, like the hyphen, but I
don't know haw any help would be greatly appreciated. Thanks!




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
Excel should allow multiple hyperlinks in a single cell mrpb Excel Discussion (Misc queries) 1 January 18th 05 01:51 PM
Copying options: contents, results, formulas, etc. Top Spin New Users to Excel 2 December 20th 04 04:54 PM
Paste rows of numbers from Word into single Excel cell BecG Excel Discussion (Misc queries) 1 December 8th 04 04:55 PM
how do i set up a single cell continual entry in excel to total f. mike@swallow Excel Discussion (Misc queries) 1 December 7th 04 12:29 PM
Can vlookup return multiple matches in a single cell? cchristensen Excel Discussion (Misc queries) 3 December 2nd 04 01:56 AM


All times are GMT +1. The time now is 08:01 AM.

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

About Us

"It's about Microsoft Excel"