Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Problem with if function in excel

I have 20 (F19-F39) raws in Comlumn F,

in cell F4 - i am trying to us mathfunction to show altest value I put in
F19-F39. I am adding new values in column A (F19-F39) as I go. I want to see
the latest value added in F19-F39 in cell A4.

Hoe can I do? I am using this formula, but it doesnt work from F31 onward.

=IF(F390,F39,IF(F380,F38,IF(F370,F37,IF(F360,F 36,IF(F350,F35,IF(F340,F34,IF(F330,F33,IF(F320 ,F32,))))))))

please reply on this address too, if possible



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default Problem with if function in excel

On Mon, 1 Mar 2010 08:30:01 -0800, panchal jignesh
wrote:

Thanks, It works, Great Job.,


You're welcome. Glad to help. Thanks for the feedback.
--ron
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 905
Default Problem with if function in excel

"panchal jignesh" wrote:
I am adding new values in column A (F19-F39)
as I go. I want to see the latest value added in
F19-F39 in cell A4.


Try the following in A4:

=lookup(1E307,F19:F39)

If you would like the formula to work even when there are no numbers in that
range, then:

=if(count(F19:F39), lookup(1E307,F19:F39), "")


----- original message -----

"panchal jignesh" wrote:
I have 20 (F19-F39) raws in Comlumn F,

in cell F4 - i am trying to us mathfunction to show altest value I put in
F19-F39. I am adding new values in column A (F19-F39) as I go. I want to see
the latest value added in F19-F39 in cell A4.

Hoe can I do? I am using this formula, but it doesnt work from F31 onward.

=IF(F390,F39,IF(F380,F38,IF(F370,F37,IF(F360,F 36,IF(F350,F35,IF(F340,F34,IF(F330,F33,IF(F320 ,F32,))))))))

please reply on this address too, if possible





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 function solve problem? douglas Excel Worksheet Functions 2 March 30th 09 04:36 AM
excel function problem Bob Matthews[_2_] Excel Worksheet Functions 2 September 24th 08 07:20 PM
Sum and If Function Problem with Excel 2007 David Excel Worksheet Functions 5 July 18th 08 09:18 PM
IF Function Problem Excel 2000 david@pcm Excel Worksheet Functions 4 September 28th 06 12:40 PM
Problem with Excel SUM function JoeD Excel Worksheet Functions 7 June 8th 05 04:19 PM


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