Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 2
Default Help with lots of formulas

Hi there,

I'm usually pretty good at figuring stuff out. I'm having a hard time with a sheet and need someone's help.

Ok this goes out to my customers to fill out and send back. Either in an attachment or printed and sent.

Currently
Column A= Quantity (whole number value)
Column B= Name of Item (not relevant)
Column C= Date (not relevant)
Column D=Value ($.25-$15)
Column E=Value Total (=A2*D2)
Column F=2% (I'm using formula =ROUND((D2*$F$1),2)
Column G= Amount given (I'm using formula =IF(F20.1, 0.1,F2)
Column H= Total for Quantity (=G2*A2)
I give them about 85 lines to fill out and on the 86th line I have the totals for all the columns with the goal being I just have to look at the last row and the last column for the number I want to enter

Example

A=4
B=anything
C=4/15/13
D=$1.00
Then E will auto calculate to $4.00
Then F auto calculates to $.02
G also is $.02
And H is $.08 for the total for that line

What I want to know is if I can add a column where a customer can enter either an "S" or and "I" and have that equal a percentage. "S"=5% and "I"=2% from there to continue to calculate

Using the example above if the customer still enters
A=4
B=anything
C=4/15/13
D=$1.00
E=$4.00
F="S" or "I" and it will automatically know 5% or 2% based on the letter entered
G=amount
H=(A*G)

Is this possible?

Please help. I can understand but I need the easiest to follow spreadsheet for my customers. Basic Basic Basic. S and I is about all they can handle.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 151
Default Help with lots of formulas

Hi

Using your template

For me, the simplest way would be the following:

Using the example above if the customer still enters
A=4
B=anything
C=4/15/13
D=$1.00
E=$4.00
F="S" or "I" and it will automatically know 5% or 2% based on the letter
entered (make this a Data Validation so that they can only choose S

or I).

G=If(F="S",.05,.02)

H=(E*G)
I=(A*H)


HTH
Mick


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 151
Default Help with lots of formulas

Ooops

Try
A=4
B=anything
C=4/15/13
D=$1.00
E=$4.00
F="S" or "I" and it will automatically know 5% or 2% based on the letter
entered (make this a Data Validation so that they can only choose S

or I).

G=If(F="S",.05,.02)

H=(E*G)
I=(E+H) <------ Erata



Mick


  #4   Report Post  
Junior Member
 
Posts: 2
Default

Thank you thank you!!
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel cut and paste row takes a long time. Lots of formulas. Chris Excel Discussion (Misc queries) 1 January 17th 08 06:42 PM
How do I speed up recalcs when using lots of SUMPRODUCT formulas Peterdout Excel Worksheet Functions 2 April 13th 06 03:20 AM
MS Query uses lots of CPU Bamajohn Excel Discussion (Misc queries) 0 January 19th 06 11:46 PM
lots of data lwm11 Excel Discussion (Misc queries) 2 May 13th 05 07:31 PM
Lots of Frustration - Lots of Arrays, Dynamic Ranges Don't Work, Help With Options Karl Burrows Excel Programming 4 April 17th 04 12:48 PM


All times are GMT +1. The time now is 05:23 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"