![]() |
#5
|
||||
|
||||
![]()
There is a flaw in your logic
=IF(H3="";G3;IF(G3="";F3;IF(F3="";E3;IF(E3="";D3;I F(D3="";55;H3))))) always returns the value of G3 when H3 is empty, the value of G3 being LocD or 0. If I understand correctly you need the content of the last non empty cell for a given SN Try Code:
=IF($D1="","",INDEX($D3:$H3,MATCH(REPT("z",255),$D3:$H3))
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How exactly does the search function work in Excel | pintree3 | Excel | 2 | 01-26-2015 07:24 AM |
Excel function does not work in OneDrive for Business | Laibiang | Excel | 0 | 11-04-2014 07:48 PM |
![]() |
lcaretto | Excel Programming | 2 | 05-26-2014 07:19 PM |
Creating a graph for Future Value function (FV function) | bmoody | Excel | 2 | 11-06-2013 10:52 AM |
Save attachment function won't work in Outlook 2007. | WLVanS | Outlook | 0 | 09-16-2011 12:30 PM |