H
heather
Is there a way to refernce the cell name, ie C3 instead of the contents in
it, using formulas in another cell
it, using formulas in another cell
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
heather said:Well, it doesn't really have anything to do with it. The first question
didn't work so I am going about it from a different angle....Here is what i
would like to happen....
Col A Col B Col C col D
699875 0102802NTZG 699875 0102802NTZG
345666 0102802NUCU 699875 0107802OBEX
548986 0104802NWPZ 699875 0107802OBFA
699875 0107802OBEX 548986 0104802NWPZ
699875 0107802OBFA etc...
462083 0107802OBZY
472550 0107802OCDY
Column C and D I would like to get some formula to auto enter the info.
Number from largest to smallest which i used the Larger() ...and Column D to
pull the corresponding number/letter seq from column B.
Ok, I tried that formula but for the numbers in column A that duplicate allGlenn said:One possible way...
C2 = LARGE($A$2:$A$1000,ROW()-1)
D2 = IF(C2=C1,INDEX(INDIRECT(ADDRESS(MATCH(D1,$B$2:$B$1000,0)+2,2)&":B1000"),
MATCH(C2,INDIRECT(ADDRESS(MATCH(D1,$B$2:$B$1000,0)+2,1)&":A1000"),0)),
INDEX($B$2:$B$1000,MATCH(C2,$A$2:$A$1000,0)))
Adjust the "1000"'s to include all of your data, then copy both down as far as
needed.
heather said:Ok, I tried that formula but for the numbers in column A that duplicate all
it returned to me is #num!
heather said:i put it on there....this is the link it gave
me....http://savefile.com/files/1978951
Thanks for the help
Glenn said:You said columns C and D, but you really wanted columns H and I.
H2 = LARGE($A$2:$A$1000,ROW()-1)
I2 = IF(H2=H1,INDEX(INDIRECT(ADDRESS(MATCH(I1,$B$2:$B$1000,0)+2,2)&":B1000"),
MATCH(H2,INDIRECT(ADDRESS(MATCH(I1,$B$2:$B$1000,0)+2,1)&":A1000"),0)),
INDEX($B$2:$B$1000,MATCH(H2,$A$2:$A$1000,0)))
heather said:Glenn, or whoever, after the problem below I am now finding it difficult to
sum the $ in col R by the number in Col I....example in
http://www.savefile.com/projects/808732916
I would like it to look like COL S in the end...How can I do this
No problems, but thanks so much for getting that for me and editing allGlenn said:http://www.savefile.com/files/1982535
I modified several of your formulas and added what you need in R. Post back if
there are any problems.
heather said:No problems, but thanks so much for getting that for me and editing all
those other col. I wasn't sure what they were but they came up with the right
answer but thats for making it easier!!!! You have been a GREAT help! Thanks
heather said:Tried to use the sameformula from earlier in a different file modifying the
col and what not and it did not work...Not sure why but eveything was the
same...help?!
http://www.savefile.com/projects/808732916
all i did was copy and paste and then edited the info to make sense in the
new file...for some reason i cant get it to work... I used the evaluate
formula to see what went wrong and i cant figure it out,.... please help
heather said:Help! Trying to refernce more cells but this time in different sheets. I have
revamped the formula but i can't figure it out here is sample..
http://www.savefile.com/projects/808732916
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.