Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Kowalskii
 
Posts: n/a
Default creating IF formulas in excel

Im sure there will be a simple answer to this one, but Im struggling to find
it!!
I have data in one column and I wish fill the next cell with the results of
a sum on the data.
the formula should work something like this:
if source data is between 0-50, add 50
if source data is between 50-100, add 70
if source data is between 100-150, add 90
if source data is between 150-250, add 120.

I would be most grateful for any help!
  #2   Report Post  
Tom Ogilvy
 
Posts: n/a
Default

=if(A1<0,0,if(A1<=50,50,if(A1<=100,70,if(A1<=150,9 0,if(A1<=250,0)))))

--
Regards,
Tom Ogilvy

"Kowalskii" wrote in message
...
Im sure there will be a simple answer to this one, but Im struggling to

find
it!!
I have data in one column and I wish fill the next cell with the results

of
a sum on the data.
the formula should work something like this:
if source data is between 0-50, add 50
if source data is between 50-100, add 70
if source data is between 100-150, add 90
if source data is between 150-250, add 120.

I would be most grateful for any help!



  #3   Report Post  
aristotle
 
Posts: n/a
Default

Hi,

Something like:

=IF(AND(B1=0,B1<=50),B1+50,IF(AND(B150,B1<=100), B1+70,IF(AND(B1100,B1<=150),B1+90,IF(AND(B1150,B 1<=250),B1+120,"No condition met"))))

Regards,
A

"Kowalskii" wrote:

Im sure there will be a simple answer to this one, but Im struggling to find
it!!
I have data in one column and I wish fill the next cell with the results of
a sum on the data.
the formula should work something like this:
if source data is between 0-50, add 50
if source data is between 50-100, add 70
if source data is between 100-150, add 90
if source data is between 150-250, add 120.

I would be most grateful for any help!

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 should let me use formulas that refer to other cells w/ form Chenopod Excel Worksheet Functions 7 May 31st 05 04:21 PM
Excel creating temp files upon save. Joel Pratt Setting up and Configuration of Excel 2 May 18th 05 10:37 PM
Suggestions for creating Issues Log using Excel? Deb Excel Worksheet Functions 1 March 14th 05 03:38 PM
How can I get EXCEL formulas to work in Works? MJBPPG Excel Worksheet Functions 0 March 12th 05 07:31 PM
How do I get to master Excel functions and formulas? Basabjit Chowdhury Excel Worksheet Functions 3 December 29th 04 08:15 PM


All times are GMT +1. The time now is 03:21 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"