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

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
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,998
Messages
6,122,638
Members
449,093
Latest member
Ahmad123098

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