Friday, September 23, 2016

Tech Support: create basic excel function to check if value is there and if so multiple to get discount

create basic excel function to check if value is there and if so multiple to get discount

Tried to make the title descriptive, but I am building a simple spreadsheet to total some items ordered but need to have a little more creativity with a discount field, and I cant do this via webpage which is my niche.

So, I have 4 columns, a-d with the following description;
A - item price (formatted as $)
B - discount (formatted as %)
C - unique cost (this will be a simple numeric field formatted as currency)
D - Total (formatted as $)

Now what I want is the following;

Enter an amount in A1, ex $10.
   (That should then make D1 = $10, sometimes that will be it)
Other times I will have a discount and other cost;
A1 = $10, then I enter 50 in B1 (which shows as 50%).
I would like D1 to show $5

Lastly if I stuck something in C1 I would see;
A1 = $10, B1=50%, C1=$5, D1=$10 (as 10/.50 = 5+5 = 10)

So, I thought I could just stick an @sum((a1 * b1) + c1) but naturally the problem, if nothing is in B1, it's 0, so the total is 0.
 So I need to stick an isBlank inside, but NO clue where to start.
 This question/thread will be 10 times larger than the answer
I bet, but thanks to all who read/reply.

Solutions to the Problem create basic excel function to check if value is there and if so multiple to get discount

Download SmartPCFixer to Fix It (Free)

Hi
Try this:
=IF(AND(A1<>"",B1>0),A1*B1+C1,"")

To check for Windows updates

  1. Open Windows Update by clicking the Start button Picture of the Start button, clicking All Programs, and then clicking Windows Update.
  2. In the left pane, click Check for updates, and then wait while Windows looks for the latest updates for your computer.
  3. If any updates are found, click Install updates. Administrator permission required If you are prompted for an administrator password or confirmation, type the password or provide confirmation.

Recommended Method to Repair the Problem: create basic excel function to check if value is there and if so multiple to get discount:

How to Fix create basic excel function to check if value is there and if so multiple to get discount with SmartPCFixer?

1. You can Download Error Fixer here. Install it on your computer. When you open it, it will perform a scan.

2. After the scan is done, you can see the errors and problems which need to be repaired.

3. When the Fixing part is finished, your computer has been speeded up and the errors have been fixed


Related: How Can You Update & Download NVidia 6100, 6800 GS/XT Display Driver v.260.89 WHQL,Where to Download NVidia GeForce 8800 GT WHQL-certified driver v.196.21,How to Update & Download NVidia GeForce Go 7400 Display Driver v.260.19.12,[Solved] Download NVidia GeForce GTX 460M Driver v.331.82,Download NVidia Quadro Plex Model IV VGA Driver v.304.43 Certified,Way to Download RealTek RTL8100C(L) Driver v.5.01,Way to Download RealTek RTL8100E Drivers v.694,Way to Update & Download RealTek RTL8101L Auto Installation Program v.6.110 driver,Method to Update & Download RealTek RTL8111G PXE and RPL ROM code v.2.58 driver,How to Update & Download RealTek RTL8411B(N) Driver v.10.003,Best Way to Update & Download ASUS A53SV nVidia Graphics Driver v.8.17.12.6686,Method to Herunterladen ASUS K75VJ Intel Rapid Storage Technology Treiber v.11.6.0.1030,How Can You Update & Download ASUS CG8580 Intel Chipset Driver v.9.3.0.1019,Method to Update & Download ASUS K41VD Intel INF Update Driver v.9.1.1.1015,Way to Update & Download ASUS Pro70T NB Probe v.3.0.0026 driver
Read More: Troubleshooting:converting a number from millions to thousands Error,Control panel taskbar function repair Tech Support,Creating a drop down where I can choose a company name and have name, address, phone, etc. populate... [Solved],How Can You Fix - covert rows to columns?,How to Fix Problem - cross scripting error - When I play Pogo Scrabble I get locked out with a cross scripting error?,Closing Internet Explorer causes error,Compare 2 Tables and Calculate the PROFIT Faster,Computer goes to Windows Boot Manager after Start,Connect to one of my network computer remotely when don't allow exception box Marked,computer locking up randomly

No comments:

Post a Comment