Question to all

Iftikharkazmi

New Member
Joined
Oct 23, 2016
Messages
10
I make one Sheet
Iffi is player i add daily points in iffi's Cell
and i make another Separate Sheet to add formula when iffi make 500 or 500+ points to formula cell Show Five hundrad when 1000 show thousand which formula to used plz ans me quickly plzzzzzzzzzzzzz​
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
I make one Sheet
Iffi is player i add daily points in iffi's Cell
and i make another Separate Sheet to add formula when iffi make 500 or 500+ points to formula cell Show Five hundrad when 1000 show thousand which formula to used plz ans me quickly plzzzzzzzzzzzzz​

First a couple things. DO NOT produce multiple threads for the same question. Most people will stop helping you if they see you do this as there is no reason to waste their time if someone is helping in the other thread.

Please do not FONT color your questions. It makes them hard to read.

I am not sure if this is what you want. But try this.


if IFFI's score is maintained on sheet1 cell B1 and the summary is on sheet2 cell B1 then try this:

Code:
=IF(Sheet1!B1<500,"",IF(Sheet1!B1>=1000,1000,500))
 
Upvote 0

Forum statistics

Threads
1,226,695
Messages
6,192,478
Members
453,727
Latest member
tuong_ng89

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