Add word to cell containing IF formula and numeric value

Spoontang

New Member
Joined
Jan 25, 2018
Messages
10
Hello,

I have a sheet for pricing variations of a product. Some variations are held in stock, some aren't and some are special order.

This is part of the calc:

IF(B14=63,"NO Stock",IF(B14=65,A14*C14*1044,IF(B14=80,"NO Stock",IF(B14=85,A14*C14*1184,IF(B14=100,"NO Stock",

65 and 85 will return a value. 85 is a special order for this variant, so I want it to return the value and add SO in the cell. Something like "1,087 SO", so the item isn't quoted straight out as you are prompted it is a special order in part.

The ways I have tried returns that I'm asking it to do to many things. Do I need to add another cell to capture this?

Thanks,
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Do you mean something like this?

IF(B14=63,"NO Stock",IF(B14=65,A14*C14*1044,IF(B14=80,"NO Stock",IF(B14=85,A14*C14*1184&" SO",IF(B14=100,"NO Stock",
 
Upvote 0

Forum statistics

Threads
1,214,540
Messages
6,120,106
Members
448,945
Latest member
Vmanchoppy

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