Forum Discussion
Excel Formula Question
Considering the data in the following screenshot, maybe the formula given below will give you a starting point.
In C3
=IF(COUNTIF($A$2:A3,A3)=1,"",B3-MAX(INDEX((A$2:A2=A3)*(B$2:B2),)))Refer to the attached for more details.
- RUUP4IT101Dec 10, 2020Copper Contributor
Subodh_Tiwari_sktneer I appreciate the help. I'm still having issues. I tried to modify the formula you sent me to see if I could get it to work, but to no avail it isn't. I'm attaching what I'm working on if you don't mind giving me some pointers I would greatly appreciate. I'm also putting the formula I tried to make here. Thank you again.
=IF(COUNTIF($B$3:$E$542):(B3:E542)B4:E4)=1,"",A3-MAX(INDEX((B$2:E$542,:B2=B3)*(A$3:A3),)))
- Subodh_Tiwari_sktneerDec 10, 2020Silver Contributor
Can you rephrase your requirement and explain what exactly you are trying to achieve considering the sample data? And can you please upload the sample data file along with the desired output mocked up manually for few rows explaining the logic behind that output on the sheet itself.