Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default If then statement to calculate data

Trying to look thru Column starting at line 74,63,52,41 and finally
going to 30 to see where data appears first. Even if there is data in
30 and 41, I want to look where the data appears first from bottom of
sheet ..say line 63. Have following fomula but not working:

=IF('Piazzo Ware'!C74<0,C74,IF('Piazzo Ware'!C63<0,C63,IF('Piazzo
Ware'!C52<0,C52,IF('Piazzo Ware'!C41<0,C41,IF('Piazzo Ware'!
C30<0,C30,0)))))


Please help!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 915
Default If then statement to calculate data

Ric wrote:
Trying to look thru Column starting at line 74,63,52,41 and finally
going to 30 to see where data appears first. Even if there is data in
30 and 41, I want to look where the data appears first from bottom of
sheet ..say line 63. Have following fomula but not working:

=IF('Piazzo Ware'!C74<0,C74,IF('Piazzo Ware'!C63<0,C63,IF('Piazzo
Ware'!C52<0,C52,IF('Piazzo Ware'!C41<0,C41,IF('Piazzo Ware'!
C30<0,C30,0)))))


Your formula works for me. Can you describe what incorrect result you
are getting?
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default If then statement to calculate data

On Sep 2, 6:23*pm, smartin wrote:
Ric wrote:
Trying to look thru Column starting at line 74,63,52,41 and finally
going to 30 to see where data appears first. *Even if there is data in
30 and 41, I want to look where the data appears first from bottom of
sheet ..say line 63. *Have following fomula but not working:


=IF('Piazzo Ware'!C74<0,C74,IF('Piazzo Ware'!C63<0,C63,IF('Piazzo
Ware'!C52<0,C52,IF('Piazzo Ware'!C41<0,C41,IF('Piazzo Ware'!
C30<0,C30,0)))))


Your formula works for me. Can you describe what incorrect result you
are getting?


It isn't giving me a number in C30 just a blank result (in this case
$180.00) I want it to look at each cell descibed aboe and stop at the
first value in this cases it's c30. it could be 74 next time
depending on column but it's not giving me the first value that is
displayed
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 915
Default If then statement to calculate data

Ric wrote:
On Sep 2, 6:23 pm, smartin wrote:
Ric wrote:
Trying to look thru Column starting at line 74,63,52,41 and finally
going to 30 to see where data appears first. Even if there is data in
30 and 41, I want to look where the data appears first from bottom of
sheet ..say line 63. Have following fomula but not working:
=IF('Piazzo Ware'!C74<0,C74,IF('Piazzo Ware'!C63<0,C63,IF('Piazzo
Ware'!C52<0,C52,IF('Piazzo Ware'!C41<0,C41,IF('Piazzo Ware'!
C30<0,C30,0)))))

Your formula works for me. Can you describe what incorrect result you
are getting?


It isn't giving me a number in C30 just a blank result (in this case
$180.00) I want it to look at each cell descibed aboe and stop at the
first value in this cases it's c30. it could be 74 next time
depending on column but it's not giving me the first value that is
displayed


I can't think of a reason. Even a cell formatted as text should return
the correct result. If you are still stuck feel free to send the file to
me (the return address is good).
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
Does an if statement calculate both the true and false? chriswilko Excel Discussion (Misc queries) 4 March 31st 10 01:59 PM
need help with if statement that calculate minimum figure KateZed Excel Worksheet Functions 2 November 17th 08 06:41 PM
My IF statement is stating False but if I manual calculate it it Kyla2000 Excel Discussion (Misc queries) 4 April 11th 06 04:22 AM
how can i calculate a three variable if statement in excel Jennifer Samuel Excel Worksheet Functions 2 February 13th 06 04:21 AM
How to calculate a sum as one outcome of an IF statement barb in NC Excel Worksheet Functions 2 March 31st 05 08:01 PM


All times are GMT +1. The time now is 03:10 AM.

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"