Adding a number to a cell with numbers and text

Kurt

Well-known Member
Joined
Jul 23, 2002
Messages
1,664
I have a cell AH3 that shows $3.31/Qty

Can someone show me how to add let's say a 1 to make it $4.41/Qty to keep the text together or does the text need to be split apart temporarily?

Is there another way to do this?
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Hi,

If you mean result in another cell:


Book1
EF
1$3.31/Qty$4.31/Qty
Sheet520
Cell Formulas
RangeFormula
F1="$"&LEFT(E1,FIND("/",E1)-1)+1&MID(E1,FIND("/",E1),99)
 
Upvote 0
Hi,

If you mean result in another cell:


Book1
EF
1$3.31/Qty$4.31/Qty
Sheet520
Cell Formulas
RangeFormula
F1="$"&LEFT(E1,FIND("/",E1)-1)+1&MID(E1,FIND("/",E1),99)

This almost works but I need this number format #,###.00 and /Qty include with the number in cell AH3 like 4.41/Qty

Can someone please help me finish this out?
 
Upvote 0
My bad this does indeed work I had to change all references to cell E1.

Now is there a way to have this formula in a drop down list with the values of 1, 1.5, 2, 2.5, 3, 3.5, 4 ??
 
Upvote 0
I do not understand your latest question, please explain in detail with samples.
 
Upvote 0

Forum statistics

Threads
1,215,390
Messages
6,124,667
Members
449,178
Latest member
Emilou

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