I with an Excell formula I cannot figure out.

  • Thread starter Thread starter tkav1980
  • Start date Start date
  • Tags Tags
    Figure Formula
Click For Summary
To set up the desired spreadsheet, the formula for cell E2 should be structured to evaluate the value in cell D2. If D2 is less than 4000, E2 should calculate 1% of D2; if D2 is 4000 or greater, E2 should calculate 2% of D2. The correct formula to use is =IF(D2<4000,D2*0.01,D2*0.02). This formula can be generated using Excel's built-in formula interface by selecting the "IF" function under the Logical category, where users can input the necessary arguments. This method simplifies the process for those who may not be familiar with creating complex formulas manually.
tkav1980
Messages
47
Reaction score
1
Im trying to set up a spread sheet for my chef but I am stuck.

Cell B2 = invoice total
Cell C2 = chemical total
Cell D2 = Sum(B2-C2)
Cell E2 needs to be...if cell d2 < 4000 then multiply by 1%, if 4000 or greater multiply by 2%.

Im very stuck on E2 and can't figure out how to make a formula work for this. IF anyone could help Id greatly appreciate it. I am not very good with excell, I can set up very basic formulas but this one has me stuck. Thank you in advance.
 
Computer science news on Phys.org
=IF(D2<4000,D2*0.01,D2*0.02)

=IF ( D2<4000 , D2*0.01 , D2*0.02 ) <-- with spaces added for readability

BTW, the Excel interface generated this for me; I just clicked on the Formulas page, clicked on Logical to indicate that I wanted logic functions such as "IF", and a popup window asked me for the arguments. I supplied the arguments, and it generated the text that got written into the cell.
 
Wow, Thanks! I was looking around in the formulas to see if I could find something. Thanks for the help!
 
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 8 ·
Replies
8
Views
4K