S
StacyM
I need a function that will 1)look up a value from another table, 2)take out
the apostrophe 3)round it to the nearest fourth. I have the look up function
down:
=VLOOKUP(DATEVALUE("5/10/2009"),Sheet1!A7:G23,7,FALSE). This works great.
The problem is that the values that are looked up (from a linked table to the
internet) are in this format 123'4. They need to be in a currency format
like this $12.350. That is where the substitute function comes in (to take
out the apostrophe). The '4 part changes to 50 because it is fourths of a
cent so '2 should be 25 '4 should be 50 and '6 should be 75. I think these
are all the parts I need, I just don't know how to put it all together
correctly. Thank you!
the apostrophe 3)round it to the nearest fourth. I have the look up function
down:
=VLOOKUP(DATEVALUE("5/10/2009"),Sheet1!A7:G23,7,FALSE). This works great.
The problem is that the values that are looked up (from a linked table to the
internet) are in this format 123'4. They need to be in a currency format
like this $12.350. That is where the substitute function comes in (to take
out the apostrophe). The '4 part changes to 50 because it is fourths of a
cent so '2 should be 25 '4 should be 50 and '6 should be 75. I think these
are all the parts I need, I just don't know how to put it all together
correctly. Thank you!