This formula works I need some spaces

Kurt

Well-known Member
Joined
Jul 23, 2002
Messages
1,664
I need 5 spaces after the 4" part of the formula.

The formula is working except for not having the spacing

Code:
=IF(K11=0,I11     &      "$"&TEXT(AH11,".00")&"/Qty",AH11&"/lf")
 
Last edited:

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Let's start again. Please describe in words all the calculation steps the formula should take.
 
Upvote 0
Then it should display the amount in Column L on this second condition.

I got to speak with Smitty briefly.

He said I needed to test for another condition.

I am trying this but no luck so far:

Code:
=IF(K3=0,I3&"     $"&TEXT(AH3,".00")&"/Qty",AH3&"/lf",IF(K3>0,I3&"     $"&TEXT(AH3,".00")&",AH3&"/lf")
 
Upvote 0
Let's start again. Please describe in words all the calculation steps the formula should take.

I need to take column I which is Size then test to if there is a dollar amount in column AH. If there is a column amount in AH then the cell displays something like 4" $225.22/Qty
The second test is to see if there Is a number in column K which is linear feet. If there is then we need to display the amount in column N so it would look like 6" $225.22/lf

I hope this helps to clarify.
 
Upvote 0
I am trying this formula to test the second part of the condition:

[code\
=IF(K3=0,I3&" $"&TEXT(AH3,".00")&"/Qty",AH3&"/lf",IF(K3>0,I3&" $"&TEXT(AH3,".00")&",N3 & "/lf"))
[/code]

I get an error on the "/lf" part right now
 
Upvote 0

Forum statistics

Threads
1,223,910
Messages
6,175,316
Members
452,634
Latest member
cpostell

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