help finding a formula for excell cell break down.

cblincoln43

Board Regular
Joined
Mar 12, 2002
Messages
206
I need a formula that breaks one cell down into three cells. On 3-13 I received a reply to a post that gave me the following.
cell I, = K L M
15.0 = 8.0, 4.0, 3.0
8.5 = 8.0, 0.5, False
8.0 = 8.0, Blank, False
0.0 = 0.0, Blank, False

What im looking for is is to break down cell I,into K, L,& M, as follows:

cell I K, L, M
15.0 = 8.0, 4.0, 3.0
8.5 = 8.0, 0.5, 0.0
8.0 = 8.0, 0.0, 0.0,(Or 0 = BLANK)
0.0 = 0.0, 0.0, 0.0
This is used to track time into deferent pay scales I = Total hours into, K = Reg.hours, L = Over time and M = Double time.

HELPPPPPP! MY 5LB HAMMER IS ABOUT YO DO COMPUTER VIOLANCE, TRYING TO FIGURE THIS ONE OUT. BOB.
This message was edited by cblincoln43 on 2002-03-15 11:22
This message was edited by cblincoln43 on 2002-03-15 11:27
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Have to try and help a man with a Hammer :LOL:

What do you have in I?
Is it just the 15 or 15.0 = 8.0 4.0 3.0?
 
Upvote 0
It's fairly easy to get the data in two columns (drop the = sign and assume it) or get it into 5 columns.

Slect your data, click data (menu), text to columns....Click next. Either check space for 5 columns or check "other" and enter an = sign for 2 columns.

If you separate all values to their own columns (5), it'll be a lot easier to work with the data (e.g. =if(d1="Blank",0,d1)). Hope this helps.

_________________
Cheers,<font size=+2><font color="red"> Nate<font color="blue">O</font></font></font>
This message was edited by NateO on 2002-03-15 11:30
 
Upvote 0
NatoO, I, would like to keep the columns open for use in other cells in a deferant catgories of info. in the same column.
 
Upvote 0
Not exactly sure I follow, but you can sperate the data by "=" as your delimeter. Then insert a column and fill it with = signs. Then it's in three columns as you originally asked. Also, all of this is macro recordable.

Also, there are 256 columns on a spreadsheet, 2 extra probably wouldn't hurt. Food for thought, you're the boss.

Hope this helps.

_________________
Cheers,<font size=+2><font color="red"> Nate<font color="blue">O</font></font></font>
This message was edited by NateO on 2002-03-15 12:30
 
Upvote 0

Forum statistics

Threads
1,214,599
Messages
6,120,447
Members
448,966
Latest member
DannyC96

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top