Formulas & Mobiles
Thread Starter
Joined: Jan 2008
Posts: 274
Likes: 0
From: Kabul, Afghanistan
Formulas & Mobiles
Hey guys! I have developed some applications for myself in excel and am using them for my daily flying. But the problem is that, I'm using those applications on my mobile and when I'm using them on my mobile some of the formulas don't work although the phone is compatible for it. the mobile says syntax error. for example I have used the VLOOKUP formulas to look for some creterias in a range and as we know the range syntax we use in excel is":" like (B2:J10) but my mobile doesn't support this syntax. So does anyone know any other syntax which describe range and be usable with mobiles?
Joined: Apr 2002
Posts: 98
Likes: 0
From: UK
Have you tried naming the cell range? Worth a try. You can then use the name to refer to the range in your formulae.
I wonder if the problem is to do with using VLOOKUP on your mobile device. The version of Excel (I assume it's a Windows Mobile device) may only support basic functions.
On your mobile device, can you use the colon ":" in a normal sum calculation? (without VLOOKUP)... as in...
Does that work?
I wonder if the problem is to do with using VLOOKUP on your mobile device. The version of Excel (I assume it's a Windows Mobile device) may only support basic functions.
On your mobile device, can you use the colon ":" in a normal sum calculation? (without VLOOKUP)... as in...
Code:
=A1:A9
Thread Starter
Joined: Jan 2008
Posts: 274
Likes: 0
From: Kabul, Afghanistan
Hey Hyph,
Yes, it does. And even the colon and vlookup is supported. But thanks to you; your post made me check it and found that the 'MATCH' function is not supported. actually I have used match function along with vlookup. Now I need to look for something else instead of match.
thanks
Yes, it does. And even the colon and vlookup is supported. But thanks to you; your post made me check it and found that the 'MATCH' function is not supported. actually I have used match function along with vlookup. Now I need to look for something else instead of match.
thanks
Per Ardua ad Astraeus
Joined: Mar 2000
Posts: 18,575
Likes: 4
From: UK
Cannot recall the detail but I had a similar problem with PDA Excel stuff in old Windows Mobil. I think I finished up using one of the other functions, putting it into a spare cell and then using another function on that to achieve part 2 of the required function. Clumsy but it worked.




