formula not recnogizing cell

purook02

New Member
Joined
Dec 21, 2015
Messages
21
I have the following formula =ROUNDUP(SUM(R70:V70),0)

This formula is not recognizing cell U70 in a specific instance.

my formula is cell U70 is longwinded =IF($U$64="KEYSTONES 2 x 2","Included",IF(((J70+K70)*U$61)+((J70+K70)*U$62)<50,"$50",IF(((J70+K70)*U$61)+((J70+K70)*U$62)>50,ROUNDUP(((J70+K70)*U$61)+((J70+K70)*U$62),0))))

When this formula equals less than 50, i'm forcing it to be $50.

When this instance happens the first formula at the top doesn't recognize the $50. Any ideas why this is happening and how to resolve it?
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
The issue is the "$50".
When you enclose a number in quotes, it is treated as Text and not a number and will not be included in the Sum.
Change it to
50 (no quotes).
If you want the dollar sign to appear, just use Currency Formatting on the cell.

 
Upvote 0
You are most welcome!:)
 
Upvote 0

Forum statistics

Threads
1,214,923
Messages
6,122,283
Members
449,075
Latest member
staticfluids

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